aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-grammar.y
AgeCommit message (Expand)AuthorFilesLines
2005-08-20"ascend-grammar.h" is generated by Bison with a copy of the definitionGuy Harris1-2/+0
2005-08-20- Include the .h files in their .c files.Jörg Mayer1-0/+2
2005-07-22Fix some warnings (and one of my previous 'fixes')Jörg Mayer1-3/+3
2005-03-20"*p++" doesn't affect what "p" points to; it only affects "p" itself,Guy Harris1-2/+0
2005-02-05From Josh Bailey:Gerald Combs1-63/+165
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-25Have the Wiretap open, read, and seek-and-read routines return, inGuy Harris1-8/+9
2004-01-06Packet data is an array of "guint8"s, not an array of "char"s; declareGuy Harris1-4/+4
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-3/+2
2001-12-06From Motonori Shindo: get rid of "send output to /dev/null" hack inGuy Harris1-11/+2
2001-12-04From Motonori Shindo: fix Ascend/Lucent trace reading code to handleGuy Harris1-3/+90
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-4/+5
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
2001-04-09Add support for "version 7" wandess output. Actually, I think it'sGerald Combs1-2/+49
2000-11-12Not all packets in a "wdd" dump necessarily have a "Cause an attempt toGuy Harris1-13/+34
2000-11-11In "wdd" captures:Guy Harris1-10/+19
2000-11-11Add some comments, and fix one comment.Guy Harris1-4/+9
2000-08-25Move #include <time.h> into wtap-int.h instead of requiring it inGilbert Ramirez1-2/+1
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-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-3/+3
1999-10-31Move the initial comment inside the first "%{", so that it shows up inGuy Harris1-3/+2
1999-10-27Include <time.h> to get "struct tm" declared.Guy Harris1-1/+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-13Add support for "wdd" trace output.Gerald Combs1-17/+61
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1-13/+19
1999-09-11Get rid of an unused variable.Guy Harris1-2/+0
1999-09-11Add in ascend.c, ascend.h, ascend-grammar.y and ascend-scanner.l. TheseGerald Combs1-0/+184