aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-3/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-10-07Whitespace cleanups.Guy Harris1-1/+1
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-8/+9
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-4/+4
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-1/+2
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-11/+11
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-11/+11
2014-05-09Revert "Refactor Wiretap"Guy Harris1-34/+31
2014-05-09Refactor WiretapMichael Mann1-31/+34
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-3/+1
2013-12-31Trust the packet length we calculate when reading packets randomly.Guy Harris1-8/+1
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-3/+3
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-5/+9
2013-06-15Fill in at least some of the struct wtap_pkthdr in both the read andGuy Harris1-7/+14
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-2/+8
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-1/+1
2012-06-02Try to squelch warningsAnders Broman1-3/+3
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-3/+3
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-11/+12
2011-02-16Check the index before storing into the array.Guy Harris1-1/+1
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+1
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-7/+5
2009-04-22More file-offset fixes.Guy Harris1-1/+1
2009-04-22LLP64 fix.Guy Harris1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris1-8/+8
2007-05-23Fix for bug 1601: handle zero length packets.Jaap Keuter1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...Ulf Lamping1-4/+4
2005-08-25timestamp display precision:Ulf Lamping1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2005-01-16When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weGuy Harris1-34/+33
2004-10-30Check for errors from all calls to "file_getc()".Guy Harris1-3/+25
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-14/+22
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-07-16Don't allocate structures to remember how to re-access a packet's data,Guy Harris1-12/+27
2002-07-15Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inGuy Harris1-68/+46
2002-07-15Redo the way random access is handled. Save, for each packet, theGuy Harris1-120/+230
2002-07-14Clarify the octet-stuffed framing code, by adding comments and by usingGuy Harris1-5/+48
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-7/+3