aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Small WhitespacechangeJörg Mayer2004-12-211-1/+1
* Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris2004-12-091-0/+5
* Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris2004-12-073-1/+17
* Fix some typosJörg Mayer2004-12-041-9/+8
* Updates by Martin RegnerJörg Mayer2004-12-041-24/+35
* Add a bit of info that should be present in a captureJörg Mayer2004-12-041-0/+6
* Backup some notes on Airmagnet capture file format into Ethereal - I'm NOT go...Jörg Mayer2004-11-221-0/+267
* Check for errors from all calls to "file_getc()".Guy Harris2004-10-301-3/+25
* As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris2004-10-293-6/+6
* From Mark C. Brown:Guy Harris2004-10-191-4/+44
* file_hdr.network is one byte long, so don't use htoles() on values it'sGuy Harris2004-10-171-2/+2
* From Mark C. Brown: add 100VG support.Guy Harris2004-10-142-0/+2
* From Mark C. Brown: support dumping files with the raw ICMP and rawGuy Harris2004-10-121-0/+10
* Correctly update the count of bytes dumped.Guy Harris2004-10-121-2/+1
* fix MSVC unused magic warningUlf Lamping2004-10-121-2/+2
* From Mark C. Brown: add support for writing nettl files.Guy Harris2004-10-113-7/+175
* From Mark C. Brown: add EISA 100BaseTX, EISA FDDI, and HSC FDDI support,Guy Harris2004-10-062-12/+22
* From Mark C. Brown: support for the NETTL_SUBSYS_HPPB_FDDI records.Guy Harris2004-10-052-37/+115
* From Mark C. Brown: add the HP-PB FDDI card type, although we currentlyGuy Harris2004-10-012-1/+10
* Get rid of warnings about shadowed variables (code was ok)Jörg Mayer2004-10-013-26/+26
* From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris2004-09-193-4/+14
* Improve the heuristic for Frame Relay, and move that heuristic after theGuy Harris2004-09-151-16/+37
* to prevent problems reported by David Richards, don't depend on the cvarsdll ...Ulf Lamping2004-09-121-1/+3
* From Mark C. Brown:Guy Harris2004-09-042-59/+90
* Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2004-07-272-2/+4
* Add a missing backslash.Guy Harris2004-07-261-1/+1
* Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris2004-07-263-106/+125
* From Graham Bloice: add resources to wiretap.dll.Guy Harris2004-07-231-1/+2
* .cvsignore is deadJörg Mayer2004-07-181-28/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-1873-104/+104
* This shouldn't be checked in, as it's generated from Makefile.am.Guy Harris2004-07-161-445/+0
* If we don't know the board type in a Lanayzer capture, returnGuy Harris2004-07-081-2/+2
* On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris2004-06-301-1/+6
* define of O_BINARY not needed, if fcntl.h is includedUlf Lamping2004-06-291-6/+1
* To return an EOF indication, return FALSE from the read routine *AND*Guy Harris2004-06-161-1/+2
* Add an encapsulation type for BACnet MS/TP, and map the newly-assignedGuy Harris2004-06-073-4/+10
* It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer2004-06-011-2/+2
* From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris2004-04-281-3/+6
* At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot2004-04-141-1/+9
* From Mark C. Brown: add support for FDDI and Token Ring cards.Guy Harris2004-04-022-13/+63
* From Rolf Fiedler: fix a comment, and fix the code to get the packetGuy Harris2004-04-021-3/+3
* From Albert Chin: "config.h" should come before all other #includes.Guy Harris2004-03-301-4/+5
* Some aclocal warning fixes during autogen.shJörg Mayer2004-03-271-4/+4
* From Mark C. Brown: add support for iether (dual-port gigabit) cards inGuy Harris2004-03-272-2/+4
* Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot2004-03-241-1/+2
* Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris2004-03-233-6/+13
* Clean up the code to check the file type.Guy Harris2004-03-231-44/+12
* In the read routine, set the 802.11 pseudo-header forGuy Harris2004-03-191-1/+16
* "esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerGuy Harris2004-03-171-3/+3