aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend.c
AgeCommit message (Expand)AuthorFilesLines
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-9/+10
2001-07-13From Joerg Mayer:guy1-2/+2
2001-03-10Obliging every capture file reader's "open()" routine to seek to theguy1-2/+1
2000-11-19"wtap_read()" must *always* set "*err" when it returns FALSE - if it'sguy1-1/+2
2000-11-12"wtap_loop()" no longer has problems with packet offsets of 0, so weguy1-20/+71
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toguy1-4/+4
2000-11-11In "wdd" captures:guy1-6/+20
2000-09-07Change wtap_read() API so that the data offset is set via a pointer, andgram1-6/+7
2000-08-11Miscellaneous code cleaningdeniel1-1/+3
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-4/+4
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-5/+9
2000-05-10Include an example of "wdd" output data from an Ascend trace I got agesguy1-1/+17
2000-03-22In a Network Monitor capture file, get the starting offsets of framesguy1-1/+8
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-2/+2
2000-01-10Some initial changes for win32 support, but not all.gram1-1/+5
1999-10-28Change ASCEND_MAX_SEEK from 1000000 to 100000, so as not to excessively slowgerald1-2/+2
1999-10-08Move some definitions of stuff not used outside the Lucent/Ascendguy1-1/+2
1999-09-23Get rid of unused variable.guy1-2/+1
1999-09-22Fix to allow compressed file handling of Ascend capturesashokn1-16/+18
1999-09-13Add support for "wdd" trace output.gerald1-17/+34
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the Ascendgerald1-8/+11
1999-09-11"ascend_seek()" isn't used outside "ascend.c", so make it static toguy1-2/+2
1999-09-11"ascend_read()" is local to "ascend.c" - declare it there, not inguy1-1/+3
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. Thesegerald1-0/+186