aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt.c
AgeCommit message (Collapse)AuthorFilesLines
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-4/+4
pseudo_header. Use generic "p2p_phdr" instead of "lapd_phdr". Modify toshiba.c and packet-lapd.c to take that into account. Add frame.p2p_dir, a filterable field, 0=sent, 1=recvd Make p2p_dir available in packe_info, as I think it will be needed in VJ COMP and UNCOMP dissection. Rename WTAP_ENCAP_TR to WTAP_ENCAP_TOKEN_RING. Mention pppd-log support in man page. Mention atmsnoop in README. svn path=/trunk/; revision=2455
2000-06-11Add syslog support to randpkt.Gerald Combs1-2/+24
Fix problems revealed by randpkt, add OS-specific info. svn path=/trunk/; revision=2056
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
to that file, leave public definitions in wtap.h. Rename "union pseudo_header" to "union wtap_pseudo_header". Make the wtap_pseudo_header pointer available in packet_info struct. svn path=/trunk/; revision=1989
2000-05-19Use new-style wtap_dump().Gilbert Ramirez1-2/+3
svn path=/trunk/; revision=1978
1999-10-07Add NBNS support.Guy Harris1-2/+24
svn path=/trunk/; revision=780
1999-10-06Added ICMP and DNS to randpkt.Gilbert Ramirez1-1/+41
svn path=/trunk/; revision=777
1999-09-17Fixed randpkt so it isn't linked to X11 libs. Removed randpkt from defaultGilbert Ramirez1-2/+2
target list, so a 'make randpkt' is required if you want to build it. svn path=/trunk/; revision=684
1999-09-10Added ip, tcp, and udp to randpkt.Gilbert Ramirez1-3/+54
svn path=/trunk/; revision=650
1999-09-10Added random packet generator.Gilbert Ramirez1-0/+293
svn path=/trunk/; revision=645