aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22More file-offset fixes.guy1-1/+1
2009-04-22LLP64 fix.guy1-1/+1
2009-04-22Clean up some 64-bit issues.guy1-8/+8
2007-05-23Fix for bug 1601: handle zero length packets.jake1-0/+3
2006-11-05change all file offsets from long to gint64 so we can - theoretically - handl...ulfl1-4/+4
2005-08-25timestamp display precision:ulfl1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-2/+2
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofguy1-1/+1
2005-01-16When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weguy1-34/+33
2004-10-30Check for errors from all calls to "file_getc()".guy1-3/+25
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inguy1-14/+22
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-12/+12
2002-07-16Don't allocate structures to remember how to re-access a packet's data,guy1-12/+27
2002-07-15Clean up the setting of "id_offset" and "sd_offset"; this fixes a bug inguy1-68/+46
2002-07-15Redo the way random access is handled. Save, for each packet, theguy1-120/+230
2002-07-14Clarify the octet-stuffed framing code, by adding comments and by usingguy1-5/+48
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setguy1-7/+3
2002-05-29Fail somewhat more gracefully when confronted with a bad file.guy1-2/+4
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeguy1-8/+8
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeguy1-6/+12
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.guy1-7/+11
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-2/+2
2001-12-17From Irfan Khan: fix a couple of bugs in the pppdump reader.guy1-6/+6
2001-12-13Get rid of newly-introduced signed/unsigned comparison warning.gram1-2/+2
2001-12-13Don't leak memory when closing a pppdump trace file.gram1-2/+6
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weguy1-5/+5
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-2/+1
2000-12-09Fix for pppdump buffer-overflow check.gram1-5/+14
2000-11-19Add an overflow check to process_data().gerald1-1/+6
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-1/+4
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.gram1-1/+2
2000-09-21Make sure to pass the sent/received direction from pppdump.c ingram1-3/+7
2000-09-19Oh well, get rid of the debug printf's.gram1-89/+1
2000-09-19Add support for reading pppd log files in wiretap.gram1-0/+664