aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
AgeCommit message (Expand)AuthorFilesLines
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