summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Check for G_GINT64_MODIFIER in Wireshark as we do in Wiretap.Guy Harris4-24/+17
2007-05-29From David Howells :Sebastien Tandel6-18/+18
2007-05-28From Joe Eykholt:Anders Broman4-0/+344
2007-05-28From Neil Ostroff:Anders Broman2-16/+371
2007-05-27From Metatech:Stephen Fisher1-1/+13
2007-05-26From Ville Nuorvala :Sebastien Tandel2-59/+547
2007-05-26Fix bug #1416: crash (stack smashing) on single DHCP packetStephen Fisher1-1/+1
2007-05-26init_plugin_dir() is now just internal to epan/filesystem.c.Guy Harris1-1/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs1-1/+46
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris1-2/+2
2007-05-25Throw an exception instead of trying to add a 4GB fragment.Gerald Combs1-0/+2
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris2-8/+4
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris1-11/+8
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon8-52/+116
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon2-9/+15
2007-05-25get rid of few warningsTomas Kukosa4-171/+95
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directoryTomas Kukosa9-91852/+116288
2007-05-25From Brian Vandenberg:Jaap Keuter1-6/+6
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon3-29/+68
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman3-1/+6
2007-05-24Fix a crash bug found through fuzz testing. The bug was introducedGerald Combs1-17/+18
2007-05-24fix rrlp subdissector callingTomas Kukosa1-22/+43
2007-05-24few BER dissectors regeneratedTomas Kukosa9-1067/+1067
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa5-575/+576
2007-05-23Put in some forgotten actx.Anders Broman1-14/+14
2007-05-23Corrected dissection of read requests when no object indexes are supplied, i....Graham Bloice1-522/+524
2007-05-23warning fix: passing argument 2 of 'iconv' from incompatible pointer typeJörg Mayer1-1/+1
2007-05-23fix warningTomas Kukosa1-0/+2
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa1-860/+861
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGTomas Kukosa2-11/+75
2007-05-22show the directory name in replies to CreateDir/Checkdir and DeleteDirRonnie Sahlberg1-0/+6
2007-05-22show the filename that was to be deleted in the Delete replyRonnie Sahlberg2-0/+17
2007-05-22Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)Stephen Fisher1-0/+4
2007-05-22Regenerate dissector with -X and -T directives.Anders Broman2-3058/+1775
2007-05-22Update the EXTERNAL dissection code(still unfinished).Anders Broman1-65/+62
2007-05-22With at least some compilers, "enum QUALITY_TYPE" is unsigned, and theGuy Harris1-15/+14
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman58-9667/+10703
2007-05-22Don't generate enums that end in a commaJörg Mayer1-3/+3
2007-05-22Code cleanups, some parsing errors fixed, added more object typesGraham Bloice1-172/+229
2007-05-22revert changes of r21879 which fix gcc bugs. These changes was from mipv4Sebastien Tandel1-35/+27
2007-05-22Trivial warning fixes:Jörg Mayer2-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris4-15/+25
2007-05-22improve FIND_FIRST2 useability in the same way as in the previous Ronnie Sahlberg1-10/+31
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a Ronnie Sahlberg2-0/+12
2007-05-22fix gcc 4.2 warnings (qualifier type)Sebastien Tandel2-28/+36
2007-05-22fix an incorrect shiftRonnie Sahlberg1-2/+1
2007-05-22add empty_tcp_streamBill Meier1-0/+1
2007-05-22show the QUERY_FS_INFO level as a generated item in the response packetRonnie Sahlberg1-1/+3
2007-05-22add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_I...Ronnie Sahlberg1-0/+4
2007-05-22add the disposition to the data we store for how a fid is openedRonnie Sahlberg2-2/+8