aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-07The problem wasn't that <sys/stat.h> wasn't being included, the problemGuy Harris1-4/+0
2005-11-07You need <sys/stat.h>, if present, to use fstat().Guy Harris1-0/+4
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+1
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-08-19Add APIs to Wiretap to return the file of the size as supplied by the OSGuy Harris1-1/+1
2005-07-22More 'char*' -> 'const char*' warning fixesJörg Mayer1-4/+4
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris1-1/+1
2005-02-05From Josh Bailey:Gerald Combs1-157/+131
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer1-3/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris1-2/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-8/+14
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-17/+17
2002-06-07Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris1-10/+4
2002-03-05Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris1-6/+6
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris1-5/+12
2002-03-04Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris1-14/+57
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-04Use longs as file offsets, so that on platforms with 64-bit "long" weGuy Harris1-9/+10
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
2001-03-10Obliging every capture file reader's "open()" routine to seek to theGuy Harris1-2/+1
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris1-1/+2
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris1-20/+71
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris1-4/+4
2000-11-11In "wdd" captures:Guy Harris1-6/+20
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez1-6/+7
2000-08-11Miscellaneous code cleaningLaurent Deniel1-1/+3
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-5/+9
2000-05-10Include an example of "wdd" output data from an Ascend trace I got agesGuy Harris1-1/+17
2000-03-22In a Network Monitor capture file, get the starting offsets of framesGuy Harris1-1/+8
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris1-2/+2
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-1/+5
1999-10-28Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowGerald Combs1-2/+2
1999-10-08Move some definitions of stuff not used outside the Lucent/AscendGuy Harris1-1/+2
1999-09-23Get rid of unused variable.Guy Harris1-2/+1
1999-09-22Fix to allow compressed file handling of Ascend capturesAshok Narayanan1-16/+18
1999-09-13Add support for "wdd" trace output.Gerald Combs1-17/+34
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1-8/+11
1999-09-11"ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1-2/+2
1999-09-11"ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris1-1/+3
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs1-0/+186