aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2004-06-27Fixes needed for "make distcheck".gerald1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11247 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-25Update to the makefiles to pull in the crc16 helper for use by SIR and later ↵sahlberg1-1/+2
others git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11239 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-18merge: remove code duplication in merge.c and mergecap.c (put it in merge.c),ulfl1-1/+3
and doing some more code cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11176 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-17add Merge functionality to Ethereal in an experimental state.ulfl1-1/+2
Copied and sligthly modified merge.c from mergecap.c (needs a lot of code cleanup, though) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11171 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-25H.235 dissector from Tomas compiler script.sahlberg1-1/+2
This should make H.235 semicomplete and make a lot more H.225 packets dissect properly. Please test. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10993 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-18New protocol : PacketCable : PKTCsahlberg1-1/+2
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10916 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-13From Carlos Pignataro: Add MPLS Echo support.gerald1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10876 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-10Add ps.c to BUILT_SOURCES, so that "make distcheck" doesn't burst into flames.gerald1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10836 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-09From Lars Roland: add support for building a libethereal.dll with MSVC:guy1-6/+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
2004-05-01From metatech:guy1-1/+2
for the MQ dissector: - PDU desegmentation; - XA messages; - Netbios, SPX, HTTP support; - Subdissector table; dissector for the MQ Programmable Command Formats protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10761 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-29From JBMsahlberg1-1/+2
Dissection of the EncryptedFileSystem dce/rpc interface. This dissector also contains a complete and fully tested IDL definition for the entire interface. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10734 f5534014-38df-0310-8fa8-9805f1628bb7
2004-04-17From Lukas Pokorny: RTPS (Real-Time Publish-Subscribe) support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10630 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-30From Lars Roland: Tethereal version of SIP statistics tap, and fixes toguy1-1/+2
the Ethereal version. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10522 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-27From Michael Lum:guy1-1/+2
ANSI IS-801 support; dissect more GSM supplementary services messages and fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10503 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-26Include packet-sip.h in the release.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10496 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Make "epan_init()" take, as additional arguments, pointers to routinesguy1-2/+1
that dissectors should call to report file open and read errors, and have "report_open_failure()" and "report_read_failure()" call through those pointers, rather than being defined and exported by the application using libethereal - instead, the application would define those functions and pass pointers to them to 'epan_init()". Move "report_err.h" to the epan directory, as the functions it declares are now part of the libethereal API. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10470 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23From Yuri Sidelnikov: FTAM support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10469 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Add packet-sctp.htuexen1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10458 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23From Jelmer Vernooij: split the AIM dissector into multiple files, andguy1-1/+2
add a few more SNACs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10450 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10446 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-19From Michael Lum:guy1-1/+2
GSM A facility element decoding; make TCAP dissector export routines for use by various GSM dissectors; make GSM MAP dissector use exported TCAP routines/defines; GSM Supplementary Services support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10409 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-18From Josh Bailey: IPDC support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10399 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-05From Anders Broman: add a dissector for E.164 numbers, and use it in theguy1-1/+2
ISUP dissector, to allow filtering on E.164 numbers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10314 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-04Check for PERL in epan/configure.injmayer1-4/+2
Fix generation of x11 includes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10301 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):jmayer1-460/+1
- Create epan/Makefile.common - Move dissector_src and helper files from Makefile.common to epan/Makefile.common - Create register.c in epan/ - link all the files into libethereal - put plugin_src into epan/Makefile.am Try to make rpms build with rpm v4 again (sorry, I've forgotten who to attribute this to). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10273 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-29From Greg Morris:guy1-1/+3
Novell Modular Authentication Services support; fix some return values and decodes; show the NDS reply buffer only in service request packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10263 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-23MSVC doesn't like having header files in .c=.obj targets.gerald1-3/+2
Fix dftest compiling under Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10208 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-23Move x11-declarations.h and x11-register-info.h back into BUILT_SOURCES,gerald1-7/+4
so that we can build after a "make distclean". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10204 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakegerald1-2/+5
to create cvsversion.h before any "all" or "check" targets are built. Clean up a few CVS version strings that I missed last week. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10199 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-22TETHEREAL_TAP_SRC contains the names of source files for taps forguy1-2/+2
Tethereal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10190 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-22_HEADERS has special automake meaning. Rename to _INCLUDES where no magic is ↵jmayer1-15/+15
required (and see what breaks this time) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10178 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-22make the Makefile.common really common between automake and nmake,ulfl1-59/+102
as lot's of definitions were used in the automake process only git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10176 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-21Add routines that can be called from dissectors to report file open andguy1-1/+2
read errors; there are separate implementations for Ethereal (pops up an alert box) and Tethereal (prints an error message). Use those routines in the ASN.1 dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10152 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,gerald1-1/+2
add support for Cast Client Control Protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10140 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-20Update to Kerberos.sahlberg1-1/+3
Split kerberos prototype into two halves: helpers to dissect ASN.1 BER in packet-ber.c and kerberos stuff using those helpers in packet-kerberos.c This new kerberos thing places filterable items for every single field and also dissects the bitstring Option fields. It is hoped that this will make it easier to extend kerberos to do decryption of service tickets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10122 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-16Edwin Calo: Extract strings from a postgres datastreamjmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10069 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocoljmayer1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10039 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-11From Michael Lum: add tap for GSM MAP message statistics.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10032 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-11Add a routine to be used to put up alert boxes for invalid displayguy1-1/+3
filter expressions; use that in a number of places, so we use the same alert box. (More work is needed to figure out the right way to handle some other "dfilter_compile()" failures.) Use the error message from the display filter as the primary error, as that's the message that tells you what the underlying problem is. (The GNOME HIG says "In most situations the user should only need the primary text to make a quick decision", so the primary text should tell you what's wrong with the filter, not just that it's invalid. If there are messages from the display filter code that don't give enough information, or are a bit cryptic, such as "Unexpected end of filter string," those should be fixed in the display filter code.) Improve the error used if an empty filter is used for "find frame". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10025 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-10From Jaime Fournier: add a bunch of DCE RPC stub dissectors.guy1-1/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10024 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-03From Martin Mathieson: SIP sipfrag support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9969 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-01Saved wrong versionjmayer1-1/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9943 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-01Move sourcelists into Makefile.commonjmayer1-1/+310
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9941 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9919 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-27From Alastair Maw: IAX2 support.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9875 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-27From Chris Wilson:obiot1-1/+2
Separate the GSM SMS User Data dissector from the SMPP dissector. Rename the protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9872 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themguy1-1/+2
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9864 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.guy1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9805 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-22Add RCS ID with "$Id: $" (colon was missing).obiot1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9775 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andjmayer1-0/+429
Makefile.nmake into a shared file named Makefile.common git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9772 f5534014-38df-0310-8fa8-9805f1628bb7