aboutsummaryrefslogtreecommitdiffstats
path: root/tap-ansi_astat.c
AgeCommit message (Collapse)AuthorFilesLines
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-1/+5
add a config.nmake option to control whether to build libethereal.dll or not; remove "./wiretap" from PATH to prevent problems due to wrongly-loaded files; build dissector.lib with MSVC; move "print.c" and "ps.c" to the dissector helpers, as "print.c" imports variables from packet-frame.c and packet-data.c, which are in libethereal; move "g711.c" out of the dissector helpers, as they're used only by Ethereal in a tap, not in Tethereal or in any dissector; add a .def file for libethereal; arrange to declare global variables exported from libethereal with "__declspec(dllimport)" when building programs that import those variables; update the NSIS installer. Make the "configure" script define ETH_VAR_IMPORT as "extern". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10834 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-09From Michael Lum:guy1-3/+3
new taps for GSM A-interface; fixes for ANSI A-interface taps. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9220 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.guy1-113/+15
Tweak some Makefile.nmake whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9159 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-01From Michael Lum:guy1-0/+269
add a message statistics tap for ANSI A interface for Tethereal; fix the BSSAP, BSMAP, and DTAP interface dissectors to call subdissectors even if no protocol tree is being built. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9132 f5534014-38df-0310-8fa8-9805f1628bb7