More Windows compiler flag cleanups. Fix a problem with my last commit
[metze/wireshark/wip.git] / wiretap / ascend-grammar.y
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-20 Guy Harris"ascend-grammar.h" is generated by Bison with a copy...
2005-08-20 Jörg Mayer- Include the .h files in their .c files.
2005-07-22 Jörg MayerFix some warnings (and one of my previous 'fixes')
2005-03-20 Guy Harris"*p++" doesn't affect what "p" points to; it only affec...
2005-02-05 Gerald CombsFrom Josh Bailey:
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-06 Guy HarrisPacket data is an array of "guint8"s, not an array...
2002-03-02 Guy HarrisFrom Joerg Mayer: get rid of "-Wno-unused" flag in...
2001-12-06 Guy HarrisFrom Motonori Shindo: get rid of "send output to /dev...
2001-12-04 Guy HarrisFrom Motonori Shindo: fix Ascend/Lucent trace reading...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-08-20 Gilbert RamirezUse system's version of AM_PATH_GLIB macro.
2001-07-13 Guy HarrisFrom Joerg Mayer:
2001-04-09 Gerald CombsAdd support for "version 7" wandess output. Actually...
2000-11-12 Guy HarrisNot all packets in a "wdd" dump necessarily have a...
2000-11-11 Guy HarrisIn "wdd" captures:
2000-11-11 Guy HarrisAdd some comments, and fix one comment.
2000-08-25 Gilbert RamirezMove #include <time.h> into wtap-int.h instead of requi...
2000-05-19 Gilbert RamirezAdd wtap-int.h. Move definitions relevant to the intern...
2000-05-19 Guy HarrisIn Wiretap, a file stream handle is a "FILE_T", not...
2000-05-18 Guy HarrisRemove the "union pseudo_header" from the "frame_data...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-10 Gilbert RamirezSome initial changes for win32 support, but not all.
1999-10-31 Guy HarrisMove the initial comment inside the first "%{", so...
1999-10-27 Guy HarrisInclude <time.h> to get "struct tm" declared.
1999-10-08 Guy HarrisAdd an "ascend-int.h" file, to declare routines used...
1999-09-23 Guy HarrisGive it an RCS ID.
1999-09-13 Gerald CombsAdd support for "wdd" trace output.
1999-09-11 Gerald CombsAdded Guy's patch to use the pseudo header facility...
1999-09-11 Guy HarrisGet rid of an unused variable.
1999-09-11 Gerald CombsAdd in ascend.c, ascend.h, ascend-grammar.y and ascend...