On Darwin, build shared libraries with -Wl,-single_module to the LDFLAGS
[metze/wireshark/wip.git] / wiretap / ascend-scanner.l
2005-10-11 Anders BromanFrom Ignacio Goyret
2005-02-05 Gerald CombsFrom Josh Bailey:
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-06 Guy HarrisPacket data is an array of "guint8"s, not an array...
2003-10-03 Jörg MayerUse #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32
2003-10-03 Guy HarrisFrom Graham Bloice: define YY_NO_UNISTD_H on Win32...
2003-07-08 Guy Harris%yynowrap forces "yywrap()" to be a macro that returns...
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-04-18 Gilbert Ramirez#define YY_NEVER_INTERACTIVE to avoid reference to...
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-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-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-13 Guy HarrisFix "ascend-scanner.l" to include "file_wrappers.h...
2000-01-10 Gilbert RamirezSome initial changes for win32 support, but not all.
1999-11-24 Guy HarrisDon't define "pseudo_header" in "ascend-scanner.l"...
1999-11-18 Guy HarrisClean up some ANSI C nits pointed out by "gcc -pedantic".
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-23 Ashok NarayananAdds progress bar functionality back for loading files...
1999-09-22 Ashok NarayananFix to allow compressed file handling of Ascend captures
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 Gerald CombsAdd in ascend.c, ascend.h, ascend-grammar.y and ascend...