aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-08-15Change tcap_private to ansi_tcap_private.Anders Broman1-7/+7
2007-08-14if the manuf address could not be resolved, strip off special bits (multicast...Ulf Lamping1-1/+17
2007-08-14Actually adding the dissector may help :)Anders Broman2-0/+1416
2007-08-14Preparations to split the TCAP dissector into ANSI and ITU parts.Anders Broman3-6/+47
2007-08-14From From: Sommars, Steven E:Anders Broman1-9/+18
2007-08-14From Nicolas Dichtel:Jaap Keuter1-1/+5
2007-08-13http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1739Anders Broman4-11/+14
2007-08-13Add forgotten header field.Anders Broman1-53/+56
2007-08-13NBAP rewritten to use original ASN.1 source and updated to TS 25.433 V7.5.0 (...Tomas Kukosa1-26296/+33782
2007-08-11Use '~' as a synonim for "matches" replace rogue "s with \042 to avoid some t...Luis Ontanon1-6/+6
2007-08-10+prefs_add_uat_preferenceLuis Ontanon1-0/+1
2007-08-10An old proposal from Martin, append to COL_PROTO the name taken from a matchi...Luis Ontanon1-4/+9
2007-08-10Add header fields.Anders Broman1-109/+140
2007-08-09Register by name.Anders Broman1-0/+2
2007-08-09Packet-imf.c - Offset must be advanced to AFTER CRLF(CRLF).Anders Broman2-28/+29
2007-08-08don't use NULL to initialise an integerUlf Lamping1-2/+2
2007-08-08add pinfo fields clnp_srcref and clnp_dstref to the clnp dissector, similar t...Ulf Lamping3-16/+22
2007-08-08From Markus Seehofer:Ulf Lamping1-26/+1156
2007-08-08Add more XCAP application types.Anders Broman1-0/+3
2007-08-08Wireshark fails to decode the MIME encapsulation part correctly if there is aAnders Broman1-2/+25
2007-08-08add missing initial registration to TCP and SSL portsTomas Kukosa1-0/+2
2007-08-08Send free-standing generic XML messages -> xml dissectorMartin Mathieson1-0/+8
2007-08-08From Daniel Rao:Anders Broman1-0/+19
2007-08-08Fix the buildJaap Keuter1-0/+4
2007-08-07Remove XML heuristic dissector when disabling it.Luis Ontanon1-8/+24
2007-08-07remember to dissect IEs which we rely on elsewhere, even when there is noRichard van der Hoff1-24/+36
2007-08-07from: Mike DuigouLuis Ontanon2-0/+40
2007-08-07Export the entire uat apiLuis Ontanon1-0/+12
2007-08-07Make sure that wiretap plugins are loaded before dissectors are (if a new enc...Luis Ontanon1-0/+1
2007-08-06remove an unused variableUlf Lamping1-2/+0
2007-08-06add a way to read a personal /etc/services file for TCP/UDP/... port service ...Ulf Lamping1-42/+188
2007-08-04Add preferences to register XML for a TCP port or as a TCP heuristic dissector.Luis Ontanon1-6/+36
2007-08-04Fix cut-and-pasteo.Guy Harris1-1/+1
2007-08-04Treat runlex.sh-generated headers differently from Flex-generated .cGuy Harris3-10/+30
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris11-10/+46
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping2-0/+2
2007-08-02Squelch a warning.Guy Harris1-0/+1
2007-08-02Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris3-42/+25
2007-08-02We have to include Makefile.common if we move definitions we needGuy Harris2-1/+3
2007-08-02Move the list of source files to a Makefile.common file.Guy Harris3-24/+39
2007-08-02From Amine Dhraief:Sebastien Tandel1-2/+2
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris2-15/+3
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris2-14/+5
2007-08-01Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter2-0/+5
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris2-17/+18
2007-07-31Export dfilter_macro_build_ftv_cache() for use by Wireshark.Guy Harris1-0/+1
2007-07-30As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon4-6/+70
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris8-38/+141
2007-07-30Parse EPSV responses (229) & set up FTP-DATA conversation.Martin Mathieson1-12/+113
2007-07-30As requested by Mike Rogovin: register the ICMP dissector by name. For compl...Jeff Morriss2-45/+49