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