Add 'dtds' and 'fix' directories to the checklicense whitelist, they don't
[metze/wireshark/wip.git] / wiretap / iptrace.c
2013-01-24 Gilbert RamirezAdd support for HFI and infiniband interfaces in AIX...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 Guy HarrisAdd missing checks for a too-large packet, so we don...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2009-04-22 Guy HarrisClean up some 64-bit issues.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-28 Guy HarrisGet rid of a no-longer-true comment.
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-24 Jörg MayerFix all fixable warnings
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-01-10 Guy HarrisThe Sniffer file formats include a file to identify...
2003-01-03 Guy HarrisRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-11-01 Guy HarrisHandle the 3 bytes of padding before the FDDI frame...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-13 Guy HarrisGet rid of the "vpi" and "vci" arguments to "atm_guess_...
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-04-30 Guy HarrisMove the code to guess the traffic type based on the...
2002-04-30 Guy HarrisReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-25 Gilbert RamirezInterface type 0x07 is Ethernet.
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-09-07 Gilbert RamirezChange wtap_read() API so that the data offset is set...
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-03-30 Gilbert RamirezJochen Friedrich <jochen@nwe.de>
2000-02-19 Guy HarrisUse WTAP_ERR_UNSUPPORTED_ENCAP for all attempts to...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisWe are obliged to define HAVE_UNISTD_H in "config.h...
1999-11-27 Guy HarrisMove the "guess what type of ATM traffic this is" stuff...
1999-11-26 Gilbert RamirezSupport for iptrace 1.0 traces (AIX 3). Thanks to Flori...
1999-11-22 Gilbert RamirezDetect x.25 and loopback traces via if_type field,...
1999-11-19 Gilbert RamirezAdd comments showing IFT names for the IFT-to-Wiretap...
1999-11-18 Guy Harris(AppTrafType & ATT_HLTYPE) is the type of high-level...
1999-11-18 Gilbert RamirezCheck in my work so far on enabling the ATM iptrace...
1999-11-17 Guy HarrisAdd some comment based on some spelunking done in some...
1999-10-06 Guy HarrisWhitespace cleanup.
1999-10-06 Guy HarrisAdd "wtap_file_encap()", to return the encapsulation...
1999-10-05 Guy HarrisBetter handle errors from zlib:
1999-09-24 Guy HarrisFix it so that it builds with "--disable-zlib".
1999-09-22 Ashok NarayananThis commit contains support for reading capture files...
1999-08-28 Guy HarrisKeep in the "wtap" structure the current offset into...
1999-08-24 Guy HarrisAdd a new Wiretap encapsulation type WTAP_ENCAP_FDDI_BI...
1999-08-22 Guy HarrisGet rid of some cruft left in by previous checkins...
1999-08-20 Gilbert RamirezMade iptrace wiretap module return error on partial...
1999-08-19 Guy HarrisHave the per-capture-file-type open routines "wtap_open...
1999-07-28 Gerald CombsAdded a patch from Olivier Abad to handle X.25 iptrace...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-03-01 Gilbert RamirezAdded display filters to wiretap.
1999-01-07 Gilbert RamirezI removed the per-file encapsulation type from wiretap...
1999-01-03 Gilbert RamirezAdded files to handle AIX iptrace 2.0 files in wiretap.