Make wtap_optionblock_foreach_option public.
[metze/wireshark/wip.git] / wiretap / pppdump.c
2016-04-30 Guy HarrisReturn the same error for too-large packets as we do...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisWhitespace cleanups.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisTrust the packet length we calculate when reading packe...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-15 Guy HarrisFill in at least some of the struct wtap_pkthdr in...
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-06-02 Anders BromanTry to squelch warnings
2012-06-02 Anders BromanTry to squelch warnings
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-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-02-16 Guy HarrisCheck the index before storing into the array.
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-04-22 Guy HarrisMore file-offset fixes.
2009-04-22 Guy HarrisLLP64 fix.
2009-04-22 Guy HarrisClean up some 64-bit issues.
2007-05-23 Jaap KeuterFix for bug 1601: handle zero length packets.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-04-03 Guy HarrisMake editcap use wtap_read(); that eliminates the last...
2005-01-16 Guy HarrisWhen we get an EOF, only return WTAP_ERR_SHORT_READ...
2004-10-30 Guy HarrisCheck for errors from all calls to "file_getc()".
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...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-16 Guy HarrisDon't allocate structures to remember how to re-access...
2002-07-15 Guy HarrisClean up the setting of "id_offset" and "sd_offset...
2002-07-15 Guy HarrisRedo the way random access is handled. Save, for each...
2002-07-14 Guy HarrisClarify the octet-stuffed framing code, by adding comme...
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-29 Guy HarrisFail somewhat more gracefully when confronted with...
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...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2001-12-17 Guy HarrisFrom Irfan Khan: fix a couple of bugs in the pppdump...
2001-12-13 Gilbert RamirezGet rid of newly-introduced signed/unsigned comparison...
2001-12-13 Gilbert RamirezDon't leak memory when closing a pppdump trace file.
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
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-12-09 Gilbert RamirezFix for pppdump buffer-overflow check.
2000-11-19 Gerald CombsAdd an overflow check to process_data().
2000-11-19 Guy Harris"wtap_read()" must *always* set "*err" when it returns...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
2000-09-19 Gilbert RamirezOh well, get rid of the debug printf's.
2000-09-19 Gilbert RamirezAdd support for reading pppd log files in wiretap.