aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of warnings about shadowed variables (code was ok)Jörg Mayer2004-10-011-3/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris2004-03-031-2/+1
* Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris2004-01-251-8/+14
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-17/+17
* Graeme Hewson noted that zlib has a bug wherein "gzseek()" doesn't setGuy Harris2002-06-071-10/+4
* Make "wtap_seek_read()" return TRUE on success and FALSE on error, likeGuy Harris2002-03-051-6/+6
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-051-5/+12
* Check for errors in seeks, "tell"s, and "stat()"s/"fstat()"s.Guy Harris2002-03-041-14/+57
* 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-9/+10
* From Joerg Mayer:Guy Harris2001-07-131-2/+2
* Obliging every capture file reader's "open()" routine to seek to theGuy Harris2001-03-101-2/+1
* "wtap_read()" must *always* set "*err" when it returns FALSE - if it'sGuy Harris2000-11-191-1/+2
* "wtap_loop()" no longer has problems with packet offsets of 0, so weGuy Harris2000-11-121-20/+71
* Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris2000-11-121-4/+4
* In "wdd" captures:Guy Harris2000-11-111-6/+20
* Change wtap_read() API so that the data offset is set via a pointer, andGilbert Ramirez2000-09-071-6/+7
* Miscellaneous code cleaningLaurent Deniel2000-08-111-1/+3
* Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez2000-05-191-4/+4
* Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris2000-05-181-5/+9
* Include an example of "wdd" output data from an Ascend trace I got agesGuy Harris2000-05-101-1/+17
* In a Network Monitor capture file, get the starting offsets of framesGuy Harris2000-03-221-1/+8
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theGuy Harris2000-01-131-2/+2
* Some initial changes for win32 support, but not all.Gilbert Ramirez2000-01-101-1/+5
* Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowGerald Combs1999-10-281-2/+2
* Move some definitions of stuff not used outside the Lucent/AscendGuy Harris1999-10-081-1/+2
* Get rid of unused variable.Guy Harris1999-09-231-2/+1
* Fix to allow compressed file handling of Ascend capturesAshok Narayanan1999-09-221-16/+18
* Add support for "wdd" trace output.Gerald Combs1999-09-131-17/+34
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-111-8/+11
* "ascend_seek()" isn't used outside "ascend.c", so make it static toGuy Harris1999-09-111-2/+2
* "ascend_read()" is local to "ascend.c" - declare it there, not inGuy Harris1999-09-111-1/+3
* Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs1999-09-111-0/+186