aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* - Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen2005-05-023-5/+127
* updating Mark C Browns informationRonnie Sahlberg2005-04-073-1/+7
* Fix up the table of encapsulation type strings to match the new set ofGuy Harris2005-04-031-4/+19
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-0311-40/+8
* From Mark C Brown NETTL updatesRonnie Sahlberg2005-04-014-49/+125
* "*p++" doesn't affect what "p" points to; it only affects "p" itself,Guy Harris2005-03-201-2/+0
* from Thierry MartinRonnie Sahlberg2005-03-181-0/+1
* The DBS Etherwatch file handler does look for a magic number (the wordGuy Harris2005-03-011-1/+1
* Minor fixesJörg Mayer2005-02-241-3/+17
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-1/+12
* From Josh Bailey:Gerald Combs2005-02-055-233/+363
* 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