aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
Commit message (Expand)AuthorAgeFilesLines
* timestamp display precision:Ulf Lamping2005-08-251-0/+1
* EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping2005-08-241-2/+2
* Make editcap use wtap_read(); that eliminates the last user ofGuy Harris2005-04-031-1/+1
* When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weGuy Harris2005-01-161-34/+33
* Check for errors from all calls to "file_getc()".Guy Harris2004-10-301-3/+25
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-14/+22
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Don't allocate structures to remember how to re-access a packet's data,Guy Harris2002-07-161-12/+27
* Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inGuy Harris2002-07-151-68/+46
* Redo the way random access is handled. Save, for each packet, theGuy Harris2002-07-151-120/+230
* Clarify the octet-stuffed framing code, by adding comments and by usingGuy Harris2002-07-141-5/+48
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-7/+3
* Fail somewhat more gracefully when confronted with a bad file.Guy Harris2002-05-291-2/+4
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-8/+8
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-6/+12
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-7/+11
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-2/+2
* From Irfan Khan: fix a couple of bugs in the pppdump reader.Guy Harris2001-12-171-6/+6
* Get rid of newly-introduced signed/unsigned comparison warning.Gilbert Ramirez2001-12-131-2/+2
* Don't leak memory when closing a pppdump trace file.Gilbert Ramirez2001-12-131-2/+6
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris2001-10-041-5/+5
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-2/+1
* Fix for pppdump buffer-overflow check.Gilbert Ramirez2000-12-091-5/+14
* Add an overflow check to process_data().Gerald Combs2000-11-191-1/+6
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+4
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez2000-09-211-3/+7
* Oh well, get rid of the debug printf's.Gilbert Ramirez2000-09-191-89/+1
* Add support for reading pppd log files in wiretap.Gilbert Ramirez2000-09-191-0/+664