aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
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