aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* Mark C. Brown: Added support for new ixgbe cardJörg Mayer2005-02-032-25/+29
* Give a URL for the ERF specification.Guy Harris2005-02-031-0/+4
* From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris2005-01-313-1/+7
* Add some notes about stuff discovered by Ken Mann.Guy Harris2005-01-291-1/+11
* From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris2005-01-284-4/+44
* From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris2005-01-203-3/+13
* When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weGuy Harris2005-01-161-34/+33
* Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badGuy Harris2005-01-141-2/+10
* Add some more comments about the FCS issue.Guy Harris2005-01-031-10/+14
* Give a bit more information on the "are there FCSes in the frame?"Guy Harris2005-01-031-5/+32
* Rename the CAPTYPE_ definitions as appropriate - many of them areGuy Harris2005-01-031-25/+39
* From James Fields and Kevin Johnson: fix the handling of time stamps inGuy Harris2005-01-032-69/+88
* 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