| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
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???
|
|
0 |
354 |
|
 |
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...
|
|
6 |
2,771 |
|
 |
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 /*...
|
|
1 |
3,223 |
|
 |
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;
...
|
|
1 |
1,681 |
|
 |
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 */
|
|
2 |
6,104 |
|
 |
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
|
|
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...
|
|
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:...
|
|
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...
|
|
0 |
536 |
|
 |
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...
|
|
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
|
0 |
338 |
|
 |
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.
|
|
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...
|
|
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
|
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
|
0 |
351 |
|
 |
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...
|
|
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...
|
|
3 |
1,294 |
|
|
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
|
13 |
1,629 |
|
 |
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.
|
|
1 |
322 |
|
 |
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...
|
|
1 |
695 |