aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2003-10-25Add a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distinguish Cisco HDLCGuy Harris4-14/+18
2003-10-24Move the version number checking for libpcap files, to see whether toGuy Harris2-22/+62
2003-10-24The capture tools for DGUX has swapped the included/original packet lengths o...Ronnie Sahlberg1-1/+10
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-3/+6
2003-10-03Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32Jörg Mayer1-2/+2
2003-10-03From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasGuy Harris1-1/+5
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-1/+0
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris17-173/+529
2003-09-28It appears that, at least for gigabit pod captures, there are time stampGuy Harris1-21/+52
2003-09-24From packet steve: update to give the correct name for "file_access.c",Guy Harris1-6/+21
2003-09-19From Jesper Peterson: add support for AAL5 records in ERF files,Guy Harris1-18/+57
2003-09-04Put in a note telling people how to add a new libpcap encapsulationGuy Harris1-1/+47
2003-08-26From Jesper Peterson:Guy Harris1-4/+7
2003-08-26From Jesper Peterson: support for Endace ERF file format.Guy Harris8-6/+538
2003-08-23Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris3-6/+6
2003-08-22Rename "wiretap/file.c" to "wiretap/file_io.c", as some tools, such asGuy Harris3-6/+6
2003-08-21Align the --with-pcap help message with other help messages.Guy Harris1-2/+2
2003-07-29Clean up argument names.Guy Harris1-3/+3
2003-07-29Use GLib's macros for converting from host byte order to little-endian.Guy Harris1-17/+3
2003-07-29Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris1-6/+2
2003-07-29Use "guint16" and "guint32" for items in data records, rather thanGuy Harris1-55/+65
2003-07-29From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris8-11/+526
2003-07-23Back out the changes made earlier.Gerald Combs1-2/+2
2003-07-23Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.Gerald Combs1-2/+2
2003-07-08%yynowrap forces "yywrap()" to be a macro that returns 1, so there's noGuy Harris1-3/+1
2003-07-07A couple of captures have been seen with the first (low-order) byte ofGuy Harris1-41/+94
2003-06-30Use the "rx_frm_len" field from the trace packet data record header,Guy Harris1-2/+25
2003-06-25GCC 3.3 noticed that checking whether the length of the slice is > 65535Guy Harris2-14/+3
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-2/+2
2003-05-27From Graeme Hewson: fix the declaration of "open_routines[]".Guy Harris1-7/+2
2003-05-27Make "vms_check_file_type()" seek back to the beginning of the line thatGuy Harris1-1/+14
2003-05-20From Martin Warnes: fix to check the "XXXtrace" part of the per-packetGuy Harris1-98/+121
2003-05-19From Martin Warnes: support for VMS UCX$TRACE output in wiretap.Guy Harris2-9/+43
2003-05-16Fix a typo.Guy Harris1-2/+2
2003-05-15From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris3-7/+14
2003-05-05From Mark C. Brown:Guy Harris3-26/+31
2003-04-27Newer build tools generate the following warning:Jörg Mayer1-2/+2
2003-04-02Add a new README.developer file for wiretap; it's currently just someGuy Harris2-3/+71
2003-03-31The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2Guy Harris1-11/+21
2003-03-28Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isGuy Harris1-23/+31
2003-03-25AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris1-4/+17
2003-03-08WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris2-5/+5
2003-03-07From Markus Friedl:Gerald Combs2-4/+5
2003-03-04A captured length bigger than the actual length makes no sense; clip theGuy Harris1-2/+11
2003-03-04Handle the direction bit in SDLC and PPP Sniffer files.Guy Harris1-1/+7
2003-03-03Handle packet direction information for SDLC Sniffer captures.Guy Harris2-9/+62
2003-03-01A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatGuy Harris1-1/+13
2003-02-26From Pavel Roskin:Guy Harris2-30/+2
2003-02-18Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris1-7/+11