aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18From Josh Bailey: IPDC support.Guy Harris1-1/+2
svn path=/trunk/; revision=10399
2004-03-05From Anders Broman: add a dissector for E.164 numbers, and use it in theGuy Harris1-1/+2
ISUP dissector, to allow filtering on E.164 numbers. svn path=/trunk/; revision=10314
2004-03-04Check for PERL in epan/configure.inJörg Mayer1-4/+2
Fix generation of x11 includes. svn path=/trunk/; revision=10301
2004-03-02Move the dissectors into libethereal (no static/shared lib changes):Jörg Mayer1-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). svn path=/trunk/; revision=10273
2004-02-29From Greg Morris:Guy Harris1-1/+3
Novell Modular Authentication Services support; fix some return values and decodes; show the NDS reply buffer only in service request packets. svn path=/trunk/; revision=10263
2004-02-23MSVC doesn't like having header files in .c=.obj targets.Gerald Combs1-3/+2
Fix dftest compiling under Windows. svn path=/trunk/; revision=10208
2004-02-23Move x11-declarations.h and x11-register-info.h back into BUILT_SOURCES,Gerald Combs1-7/+4
so that we can build after a "make distclean". svn path=/trunk/; revision=10204
2004-02-23Move cvsversion.h from BUILT_INCLUDES to BUILT_SOURCES. This tells automakeGerald Combs1-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. svn path=/trunk/; revision=10199
2004-02-22TETHEREAL_TAP_SRC contains the names of source files for taps forGuy Harris1-2/+2
Tethereal. svn path=/trunk/; revision=10190
2004-02-22_HEADERS has special automake meaning. Rename to _INCLUDES where no magic is ↵Jörg Mayer1-15/+15
required (and see what breaks this time) svn path=/trunk/; revision=10178
2004-02-22make the Makefile.common really common between automake and nmake,Ulf Lamping1-59/+102
as lot's of definitions were used in the automake process only svn path=/trunk/; revision=10176
2004-02-21Add routines that can be called from dissectors to report file open andGuy Harris1-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. svn path=/trunk/; revision=10152
2004-02-20From Rowan McFarlane: Update Skinny to support Cisco CallManager 4.x,Gerald Combs1-1/+2
add support for Cast Client Control Protocol. svn path=/trunk/; revision=10140
2004-02-20Update to Kerberos.Ronnie 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. svn path=/trunk/; revision=10122
2004-02-16Edwin Calo: Extract strings from a postgres datastreamJörg Mayer1-1/+2
svn path=/trunk/; revision=10069
2004-02-11Christian Wagner: Support for the Soul Seek P2P protocolJörg Mayer1-1/+2
svn path=/trunk/; revision=10039
2004-02-11From Michael Lum: add tap for GSM MAP message statistics.Guy Harris1-1/+2
svn path=/trunk/; revision=10032
2004-02-11Add a routine to be used to put up alert boxes for invalid displayGuy Harris1-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". svn path=/trunk/; revision=10025
2004-02-10From Jaime Fournier: add a bunch of DCE RPC stub dissectors.Guy Harris1-1/+10
svn path=/trunk/; revision=10024
2004-02-03From Martin Mathieson: SIP sipfrag support.Guy Harris1-1/+2
svn path=/trunk/; revision=9969
2004-02-01Saved wrong versionJörg Mayer1-1/+35
svn path=/trunk/; revision=9943
2004-02-01Move sourcelists into Makefile.commonJörg Mayer1-1/+310
svn path=/trunk/; revision=9941
2004-01-31From Sam Leffler: support for BSD radiotap header for 802.11.Guy Harris1-1/+2
svn path=/trunk/; revision=9919
2004-01-27From Alastair Maw: IAX2 support.Guy Harris1-1/+2
svn path=/trunk/; revision=9875
2004-01-27From Chris Wilson:Olivier Biot1-1/+2
Separate the GSM SMS User Data dissector from the SMPP dissector. Rename the protocol. svn path=/trunk/; revision=9872
2004-01-26Add a dissector table for LAPD SAPIs, and move the #defines for themGuy Harris1-1/+2
into "lapd_sapi.h". Use that to register the Q.931 dissector atop LAPD. From Rolf Fiedler: ISDN TEI management frame support. svn path=/trunk/; revision=9864
2004-01-23From Yuriy Sidelnikov: call ACSE dissector for any presentation context.Guy Harris1-1/+2
svn path=/trunk/; revision=9805
2004-01-22Add RCS ID with "$Id: $" (colon was missing).Olivier Biot1-1/+1
svn path=/trunk/; revision=9775
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer1-0/+429
Makefile.nmake into a shared file named Makefile.common svn path=/trunk/; revision=9772