aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onguy1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onguy1-2/+2
2003-05-27From Graeme Hewson: fix the declaration of "open_routines[]".guy1-7/+2
2003-05-27Make "vms_check_file_type()" seek back to the beginning of the line thatguy1-1/+14
2003-05-20From Martin Warnes: fix to check the "XXXtrace" part of the per-packetguy1-98/+121
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.guy2-9/+43
2003-05-16Fix a typo.guy1-2/+2
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_guy3-7/+14
2003-05-05From Mark C. Brown:guy3-26/+31
2003-04-27Newer build tools generate the following warning:jmayer1-2/+2
2003-04-02Add a new README.developer file for wiretap; it's currently just someguy2-3/+71
2003-03-31The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2guy1-11/+21
2003-03-28Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isguy1-23/+31
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerguy1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justguy2-5/+5
2003-03-07From Markus Friedl:gerald2-4/+5
2003-03-04A captured length bigger than the actual length makes no sense; clip theguy1-2/+11
2003-03-04Handle the direction bit in SDLC and PPP Sniffer files.guy1-1/+7
2003-03-03Handle packet direction information for SDLC Sniffer captures.guy2-9/+62
2003-03-01A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatguy1-1/+13
2003-02-26From Pavel Roskin:guy2-30/+2
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4guy1-7/+11
2003-01-31Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesguy6-59/+116
2003-01-30Add support for writing Frame Relay files in NetXRay format 2.x.guy3-27/+79
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case ajmayer1-2/+2
2003-01-23In the BSDs, ARCNET packets don't have an offset field between theguy3-30/+35
2003-01-21Check for pcap in before /usr/local and stop on first hitjmayer1-2/+3
2003-01-17From Marc Milgram: e-mail address update.guy5-9/+9
2003-01-14We don't know what, in captures with a major version number of 3,guy1-10/+30
2003-01-11If it doesn't begin with FF 00 it can't be LANE LE Control; if it'sguy1-5/+29
2003-01-10Rename the "version" argument to "process_header_records()" "maj_vers",guy1-48/+66
2003-01-10It looks as if a value of 0xfa in the second byte of a REC_HEADER2guy2-52/+49
2003-01-10The Sniffer file formats include a file to identify raw cells; exportguy7-7/+32
2003-01-09The checksum in DOS ATM Sniffer files appears to be stored in big-endianguy1-2/+2
2003-01-09It appears that a channel number of 0 means DTE->DCE, and a channelguy4-10/+10
2003-01-09It appears that ATM sniffer files with 4.x versions 4.95 and greaterguy2-12/+22
2003-01-08From Chris Waters: support Tazmen Sniffer Protocol and DLT_TZSP capturesguy3-4/+9
2003-01-07It appears that the first two bytes of "xxz" are, in fact, the actualguy1-17/+85
2003-01-07PRI captures appear to be the ISDN captures with padding.guy1-12/+20
2003-01-07If the Windows Sniffer writes out one of its ATM capture files in DOSguy1-52/+57
2003-01-07Use some fields in the per-packet header for ATM to get the AAL typeguy1-22/+92
2003-01-07Properly turn the raw ISDN channel number field into an actual channelguy1-1/+2
2003-01-07The direction flag for LAPB/X.25 and ISDN appears to be in theguy1-11/+17
2003-01-07Update a comment.guy1-18/+7
2003-01-07Properly turn the raw ISDN channel number field into an actual channelguy1-6/+53
2003-01-06Cast "secs" to "double" before multiplying by 1000000, so that we don'tguy1-2/+2
2003-01-06Don't interpret NET_HDLC as LAPB/X.25 - sometimes it's some otherguy1-22/+34
2003-01-03Add support for SDLC encapsulation in DOS Sniffer captures; thatguy3-5/+13
2003-01-03Well, at least some version 5 captures have type 7 records, and theyguy1-16/+23
2003-01-03Well, it's not as simple as "version 5 internetwork analyzer capturesguy1-5/+6