aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2005-05-30From Steve Grubb: Fix a memory leak. Fixes part of bug 217.gerald1-0/+1
2005-05-17From Mark C Brown,:etxrab3-133/+88
2005-05-13Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forgram2-1/+7
2005-05-11From Hannes Gredlersahlberg3-3/+12
2005-05-02- Add support for libpcap files for MTP2 with a per packet headertuexen3-5/+127
2005-04-07updating Mark C Browns informationsahlberg3-1/+7
2005-04-03Fix up the table of encapsulation type strings to match the new set ofguy1-4/+19
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy11-40/+8
2005-04-01From Mark C Brown NETTL updatessahlberg4-49/+125
2005-03-20"*p++" doesn't affect what "p" points to; it only affects "p" itself,guy1-2/+0
2005-03-18from Thierry Martinsahlberg1-0/+1
2005-03-01The DBS Etherwatch file handler does look for a magic number (the wordguy1-1/+1
2005-02-24Minor fixesjmayer1-3/+17
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedguy1-1/+12
2005-02-05From Josh Bailey:gerald5-233/+363
2005-02-03Mark C. Brown: Added support for new ixgbe cardjmayer2-25/+29
2005-02-03Give a URL for the ERF specification.guy1-0/+4
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.guy3-1/+7
2005-01-29Add some notes about stuff discovered by Ken Mann.guy1-1/+11
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theguy4-4/+44
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.guy3-3/+13
2005-01-16When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weguy1-34/+33
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badguy1-2/+10
2005-01-03Add some more comments about the FCS issue.guy1-10/+14
2005-01-03Give a bit more information on the "are there FCSes in the frame?"guy1-5/+32
2005-01-03Rename the CAPTYPE_ definitions as appropriate - many of them areguy1-25/+39
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inguy2-69/+88
2004-12-21Small Whitespacechangejmayer1-1/+1
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitguy1-0/+5
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onguy3-1/+17
2004-12-04Fix some typosjmayer1-9/+8
2004-12-04Updates by Martin Regnerjmayer1-24/+35
2004-12-04Add a bit of info that should be present in a capturejmayer1-0/+6
2004-11-22Backup some notes on Airmagnet capture file format into Ethereal - I'm NOT go...jmayer1-0/+267
2004-10-30Check for errors from all calls to "file_getc()".guy1-3/+25
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedguy3-6/+6
2004-10-19From Mark C. Brown:guy1-4/+44
2004-10-17file_hdr.network is one byte long, so don't use htoles() on values it'sguy1-2/+2
2004-10-14From Mark C. Brown: add 100VG support.guy2-0/+2
2004-10-12From Mark C. Brown: support dumping files with the raw ICMP and rawguy1-0/+10
2004-10-12Correctly update the count of bytes dumped.guy1-2/+1
2004-10-12fix MSVC unused magic warningulfl1-2/+2
2004-10-11From Mark C. Brown: add support for writing nettl files.guy3-7/+175
2004-10-06From Mark C. Brown: add EISA 100BaseTX, EISA FDDI, and HSC FDDI support,guy2-12/+22
2004-10-05From Mark C. Brown: support for the NETTL_SUBSYS_HPPB_FDDI records.guy2-37/+115
2004-10-01From Mark C. Brown: add the HP-PB FDDI card type, although we currentlyguy2-1/+10
2004-10-01Get rid of warnings about shadowed variables (code was ok)jmayer3-26/+26
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andguy3-4/+14
2004-09-15Improve the heuristic for Frame Relay, and move that heuristic after theguy1-16/+37
2004-09-12to prevent problems reported by David Richards, don't depend on the cvarsdll ...ulfl1-1/+3