aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32Jörg Mayer2003-10-031-2/+2
* From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasGuy Harris2003-10-031-1/+5
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-011-1/+0
* Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris2003-10-0117-173/+529
* It appears that, at least for gigabit pod captures, there are time stampGuy Harris2003-09-281-21/+52
* From packet steve: update to give the correct name for "file_access.c",Guy Harris2003-09-241-6/+21
* From Jesper Peterson: add support for AAL5 records in ERF files,Guy Harris2003-09-191-18/+57
* Put in a note telling people how to add a new libpcap encapsulationGuy Harris2003-09-041-1/+47
* From Jesper Peterson:Guy Harris2003-08-261-4/+7
* From Jesper Peterson: support for Endace ERF file format.Guy Harris2003-08-268-6/+538
* Use "file_access.c", not "file_io.c", as the latter is already in use inGuy Harris2003-08-233-6/+6
* Rename "wiretap/file.c" to "wiretap/file_io.c", as some tools, such asGuy Harris2003-08-223-6/+6
* Align the --with-pcap help message with other help messages.Guy Harris2003-08-211-2/+2
* Clean up argument names.Guy Harris2003-07-291-3/+3
* Use GLib's macros for converting from host byte order to little-endian.Guy Harris2003-07-291-17/+3
* Don't free "wdh->dump.opaque" in the close routine - "wtap_dump_close()"Guy Harris2003-07-291-6/+2
* Use "guint16" and "guint32" for items in data records, rather thanGuy Harris2003-07-291-55/+65
* From Thierry Martin: support for reading files from Accellent 5Views LANGuy Harris2003-07-298-11/+526
* Back out the changes made earlier.Gerald Combs2003-07-231-2/+2
* Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.Gerald Combs2003-07-231-2/+2
* %yynowrap forces "yywrap()" to be a macro that returns 1, so there's noGuy Harris2003-07-081-3/+1
* A couple of captures have been seen with the first (low-order) byte ofGuy Harris2003-07-071-41/+94
* Use the "rx_frm_len" field from the trace packet data record header,Guy Harris2003-06-301-2/+25
* GCC 3.3 noticed that checking whether the length of the slice is > 65535Guy Harris2003-06-252-14/+3
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-141-2/+2
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-141-2/+2
* From Graeme Hewson: fix the declaration of "open_routines[]".Guy Harris2003-05-271-7/+2
* Make "vms_check_file_type()" seek back to the beginning of the line thatGuy Harris2003-05-271-1/+14
* From Martin Warnes: fix to check the "XXXtrace" part of the per-packetGuy Harris2003-05-201-98/+121
* From Martin Warnes: support for VMS UCX$TRACE output in wiretap.Guy Harris2003-05-192-9/+43
* Fix a typo.Guy Harris2003-05-161-2/+2
* From Can Erkin Acar: OpenBSD is now using tcpdump.org-assigned DLT_Guy Harris2003-05-153-7/+14
* From Mark C. Brown:Guy Harris2003-05-053-26/+31
* Newer build tools generate the following warning:Jörg Mayer2003-04-271-2/+2
* Add a new README.developer file for wiretap; it's currently just someGuy Harris2003-04-022-3/+71
* The units, in non-whizzo-gigabit-pod captures, for hdr.timeunit = 2Guy Harris2003-03-311-11/+21
* Ian Schorr discovered that, for gigabit pod captures, if hdr.timeunit isGuy Harris2003-03-281-23/+31
* AIX's BPF, and thus its tcpdump, appears to use 24 as the link-layerGuy Harris2003-03-251-4/+17
* WTAP_ENCAP_ENC was, in fact, intended for use for DLT_ENC, so justGuy Harris2003-03-082-5/+5
* From Markus Friedl:Gerald Combs2003-03-072-4/+5
* A captured length bigger than the actual length makes no sense; clip theGuy Harris2003-03-041-2/+11
* Handle the direction bit in SDLC and PPP Sniffer files.Guy Harris2003-03-041-1/+7
* Handle packet direction information for SDLC Sniffer captures.Guy Harris2003-03-032-9/+62
* A "hdr.xxb[20]" value of 2 in a version 2 capture appears to mean thatGuy Harris2003-03-011-1/+13
* From Pavel Roskin:Guy Harris2003-02-262-30/+2
* Sigh. It appears that atmsnoop might, at least for some packets, put 4Guy Harris2003-02-181-7/+11
* Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture filesGuy Harris2003-01-316-59/+116
* Add support for writing Frame Relay files in NetXRay format 2.x.Guy Harris2003-01-303-27/+79
* AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case aJörg Mayer2003-01-301-2/+2
* In the BSDs, ARCNET packets don't have an offset field between theGuy Harris2003-01-233-30/+35