Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
~3K People Reached
Favorite Forums
Favorite Tags
2 Posted Topics
Re: Decode IP Header
@R3Slick : your program was really helpful. I have a doubt though. What does "UINT32 ver : 4" mean. Ok,it specifies the no. of bits. But,can we actually write something like "int a : 4" ??
hi,i am new to C i am constantly getting the error "Segmentation fault" and i dont know how to deal with it. I can't find an error in my code. [code=c] #include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> #include <pcap.h> int main() { FILE *ifile,*ifile1; …
The End.
Pral