aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-scanner.l
AgeCommit message (Expand)AuthorFilesLines
2005-10-11From Ignacio Goyretetxrab1-2/+2
2005-02-05From Josh Bailey:gerald1-12/+63
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareguy1-3/+2
2003-10-03Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32jmayer1-2/+2
2003-10-03From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasguy1-1/+5
2003-07-08%yynowrap forces "yywrap()" to be a macro that returns 1, so there's noguy1-3/+1
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inguy1-4/+3
2001-12-04From Motonori Shindo: fix Ascend/Lucent trace reading code to handleguy1-6/+19
2001-11-13Hopefully the last time I have to change my e-mail address.gram1-2/+2
2001-08-20Use system's version of AM_PATH_GLIB macro.gram1-5/+5
2001-04-18#define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32,gram1-1/+3
2001-04-09Add support for "version 7" wandess output. Actually, I think it'sgerald1-10/+25
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toguy1-4/+4
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-19In Wiretap, a file stream handle is a "FILE_T", not a "FILE_T *" (aguy1-3/+3
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+6
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myguy1-2/+2
2000-01-13Fix "ascend-scanner.l" to include "file_wrappers.h" rather than theguy1-2/+2
2000-01-10Some initial changes for win32 support, but not all.gram1-2/+7
1999-11-24Don't define "pseudo_header" in "ascend-scanner.l", as that may causeguy1-3/+1
1999-11-18Clean up some ANSI C nits pointed out by "gcc -pedantic".guy1-2/+2
1999-10-08Add an "ascend-int.h" file, to declare routines used by more than one ofguy1-1/+2
1999-09-23Give it an RCS ID.guy1-0/+23
1999-09-23Adds progress bar functionality back for loading files (it was changed toashokn1-1/+4
1999-09-22Fix to allow compressed file handling of Ascend capturesashokn1-2/+7
1999-09-13Add support for "wdd" trace output.gerald1-44/+135
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the Ascendgerald1-3/+5
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. Thesegerald1-0/+129