aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer3-6/+6
2005-07-22From Hannes Gredler:Anders Broman3-3/+7
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer2-7/+7
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-1/+6
2005-07-08Make nettl file header items containing strings "gchar", to squelchGuy Harris1-5/+5
2005-07-05Replace Chris Lydick by Robert Long as Author of the Sniffer 2.003 support patchJörg Mayer1-1/+1
2005-07-02Chris Lydick: Support for Sniffer 2.003 files.Jörg Mayer2-1/+10
2005-06-30make reading of observer files work againRonnie Sahlberg1-1/+11
2005-06-17- Write rf5 files (I don't think tektronix software will be able to read thes...Luis Ontanon4-6/+267
2005-06-16Note that the WAN_CAPTYPE value of 4 can correspond to Cisco HDLCGuy Harris1-0/+14
2005-06-16third and last(?) iteration on the import routines for tektronix 32bit rf5 fi...Luis Ontanon2-326/+217
2005-06-13use a helper dissector to show k12 files.Luis Ontanon2-263/+255
2005-06-10Fixed indentation and removed control characters, in an attempt to understand...Luis Ontanon1-29/+27
2005-06-10Initial checkin of the 32 bit tektronix k12 binary format (rf5)Luis Ontanon6-3/+592
2005-06-04Fix some more leaks in error returns from open routines (if the open canGuy Harris3-14/+27
2005-05-30From Steve Grubb: Fix a memory leak. Fixes part of bug 217.Gerald Combs1-0/+1
2005-05-17From Mark C Brown,:Anders Broman3-133/+88
2005-05-13Add WTAP_GCOM_TIE1 and WTAP_GCOM_SERIAL forGilbert Ramirez2-1/+7
2005-05-11From Hannes GredlerRonnie Sahlberg3-3/+12
2005-05-02- Add support for libpcap files for MTP2 with a per packet headerMichael Tüxen3-5/+127
2005-04-07updating Mark C Browns informationRonnie Sahlberg3-1/+7
2005-04-03Fix up the table of encapsulation type strings to match the new set ofGuy Harris1-4/+19
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris11-40/+8
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg4-49/+125
2005-03-20"*p++" doesn't affect what "p" points to; it only affects "p" itself,Guy Harris1-2/+0
2005-03-18from Thierry MartinRonnie Sahlberg1-0/+1
2005-03-01The DBS Etherwatch file handler does look for a magic number (the wordGuy Harris1-1/+1
2005-02-24Minor fixesJörg Mayer1-3/+17
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-1/+12
2005-02-05From Josh Bailey:Gerald Combs5-233/+363
2005-02-03Mark C. Brown: Added support for new ixgbe cardJörg Mayer2-25/+29
2005-02-03Give a URL for the ERF specification.Guy Harris1-0/+4
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris3-1/+7
2005-01-29Add some notes about stuff discovered by Ken Mann.Guy Harris1-1/+11
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris4-4/+44
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris3-3/+13
2005-01-16When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weGuy Harris1-34/+33
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badGuy Harris1-2/+10
2005-01-03Add some more comments about the FCS issue.Guy Harris1-10/+14
2005-01-03Give a bit more information on the "are there FCSes in the frame?"Guy Harris1-5/+32
2005-01-03Rename the CAPTYPE_ definitions as appropriate - many of them areGuy Harris1-25/+39
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inGuy Harris2-69/+88
2004-12-21Small WhitespacechangeJörg Mayer1-1/+1
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris1-0/+5
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris3-1/+17
2004-12-04Fix some typosJörg Mayer1-9/+8
2004-12-04Updates by Martin RegnerJörg Mayer1-24/+35
2004-12-04Add a bit of info that should be present in a captureJörg Mayer1-0/+6
2004-11-22Backup some notes on Airmagnet capture file format into Ethereal - I'm NOT go...Jörg Mayer1-0/+267
2004-10-30Check for errors from all calls to "file_getc()".Guy Harris1-3/+25