GIDForums  

Go Back   GIDForums > Computer Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : Computer Software Forum - Linux Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Unhappy
by muthuswamy
Hi everyone... I want to know about codin for LSAR( Load sensitive adaptive routing) using ns2 simulator.. anybody know how to program and where to program???
01-Feb-2008 03:29
by muthuswamy Go to last post
0 354
Question
by nasim751
hello Dave, Thanks for your previous answer. I have few number of warning. some already solved but this can't come out. all are same problem. please see my code. void pt_delete(struct pt_context *pt, struct tcp_connection *c) { u_char key; /* if the trie is empty, just return */ if...
31-Jan-2008 00:54
by nasim751 Go to last post
6 2,771
Question
by nasim751
Why getting this warning and how can solve this. Important thing is not getting result. Last time told me '/' problem. I cannot get it. Please can you tell again. #include <syslog.h> #include <libnet.h> #include <pcap.h> #include <time.h> /* misc defines */ #define MAX_STRING 0x100 /*...
30-Jan-2008 22:19
by davekw7x Go to last post
1 3,223
Question
by nasim751
hello Dave, Thanks for your previous answer. I have few number of warning. some already solved but this can't come out. all are same problem. please see my code. void descry(u_char *u, struct pcap_pkthdr *phdr, u_char *packet) { struct libnet_ipv4_hdr *ip; struct libnet_tcp_hdr *tcp; ...
30-Jan-2008 09:19
by davekw7x Go to last post
1 1,681
Question
by nasim751
int pt_insert(struct pt_context *pt, struct tcp_connection *c) { struct pt_node *rn = NULL; u_char key1, key2; int b; if (pt->head == NULL) { /* make a new head node */
30-Jan-2008 01:26
by nasim751 Go to last post
2 6,104
Question
by nasim751
hello, After compile this program not getting the result from choice.please see my code and feedback me.......... /*#include <stdio.h>*/ #include <syslog.h> #include <libnet.h> #include <pcap.h> #include <time.h> /* misc defines */ #define MAX_STRING 0x100
29-Jan-2008 10:28
by davekw7x Go to last post
1 361
 
by nitu22
Hello everyone, I m new in linux as well as in NS2. I m doing a thesis on mobile IP and trying to use NS-allinone-2.31. I guess it has installed completely and i m using Fedora 3. The problem is that i have no idea how to run the existing mobile ip codes. There are .cc & .tcl files.Can anyone tell...
26-Jan-2008 06:37
by Peter_APIIT Go to last post
1 1,601
 
by petede2008
Forgive me, I'm sure you guys have covered this already. but I'm trying to install the F5D7011 Belkin Wireless G Plus PCMCIA Card Version 2000. I can't do it with ndiswrapper... I'm doing something wrong.. I have fedora core 2 and here's an excerpt from my install. # modprobe ndiswrapper FATAL:...
26-Dec-2007 13:23
by crystalattice Go to last post
1 895
 
by nitu22
Hello everyone, I m new in linux as well as in NS2. I m doing a thesis on mobile IP and trying to use NS-allinone-2.31. I guess it has installed completely and i m using Fedora 3. The problem is that i have no idea how to run the existing mobile ip codes. There are .cc & .tcl files.Can anyone tell...
11-Dec-2007 12:31
by nitu22 Go to last post
0 536
Question
by 6795
1 System target: computer shop with cyber cafe, free multimedia interactive business education courses, Surf & Dine Combinations 2 System target: Garment factory, supply garment, accessories: hats, shirt, jacket to the computer shop 1 System The flow: 2 System The flow: Purchase...
09-Dec-2007 22:56
by crystalattice Go to last post
1 1,179
 
by Zuko
I was supposed to modify the echo.c code of MINIX. I moved to the directory : /usr/src/commands/simple and created the echo.c file with vi editor. I compiled it (cc) and then edited Makefile with vi editor. (Actually added echo where was needed) Then i moved to usr/src and hit: make world to...
02-Dec-2007 11:54
by Zuko Go to last post
0 338
Red face
by rajeshgalla
Hi, Can anybody help me to resolve valgrid installation problem. I took valgrind-3.1.0.tar.tar and I did following steps 1. untar valgrid file 2. cd valgrid directory 3. Give command ./configure 4. Give command gmake 5. Give command gamke_install Here I am getting the error.
28-Nov-2007 07:18
by davekw7x Go to last post
1 691
 
by student28
I'm new to C Shell programming. I started of with limited shell program found at this link The program compiles and runs great, but does not support pipes ("|"), redirection of stdin, stdout and stderr just like Linux does. Does anyone know how to modify the c shell program so that support for...
27-Nov-2007 22:26
by student28 Go to last post
0 314
 
by obduk
I would like to create archives to help organise files, but don't want them to have any performance losses when reading. In effect, it would be like a mini file system, they would not be opened, but the files could be just accessed like they where normal files, for example vi...
18-Nov-2007 13:16
by obduk Go to last post
1 314
 
by admin
Because the owners of DNSStuff are becoming increasingly 'greedy', restricting or limiting their Whois tools every way they can (eventhough I am a registered member), I have decided that I should write my own. However, the WHOIS command on this server is timing out. Disabling the firewall seems...
01-Nov-2007 17:46
by admin Go to last post
0 351
Post
by httpproxy
SafeSquid 4.2.1 is focused on improvisations in logs, and handling of forwarded requests. # Until SafeSquid 4.2.0 SafeSquid needed a restart when the logfiles reached 2GB size.From 4.2.1 this limitation is removed. # The Native log will now record the application of "profiles". # A unique record...
27-Oct-2007 02:18
by httpproxy Go to last post
0 287
 
by ajohn
Can anyone help me in finding the answers to these questions: 1. To select lines from the file that have excatly two characters 2. To select lines from the that has one or more blank spaces. -- I can select the line from the file that start with upper case or end with period but not getting the...
20-Oct-2007 09:48
by davekw7x Go to last post
3 1,294
 
Shell program (Multi-page thread  1  2)
by ajohn
Hello, Can anyone tell me how to count the no. of vowels, blank spaces, characters, symbols in a text file in linux. I made a file called main_file and using grep I ran the shell program: Grep -c ' ' main_file but this does not return me the count. Likewise for others plz help.
16-Oct-2007 11:31
by ajohn Go to last post
13 1,629
Red face
by rajeshgalla
Hi, I am using a project code. How can i find what are the functions calling for a specific function in a project. How can i search variable declarations as user friendly. Don't try answer on csope. Cscope is not working for me.
15-Oct-2007 11:39
by davekw7x Go to last post
1 322
Question
by rajeshgalla
:roll: Hi all, Actually I use to go through with project codes. When I run ctags -R. it created one ctags file in the current directory. But actually there are some sub directories, When I open .c file on sub directory and when I place a cursor before function and click ^] this one is not going...
05-Oct-2007 13:50
by davekw7x Go to last post
1 695
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 41 to 60 of 206 Moderators : 1
Sorted By Sort Order
From The
cable_guy_67  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 01:39.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.