summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-22Add new functions from SVN revision 21867 to libwireshark.def to get Windows ...Stephen Fisher1-0/+2
2007-05-22Have the follow code keep track of whether there's any data in the TCPGuy Harris2-2/+8
2007-05-21From Rob Casey a dissector for the KingFisher protocolRonnie Sahlberg2-0/+418
2007-05-21From Sake Blok:Stephen Fisher2-0/+29
2007-05-21Have init_progfile_dir() also check whetherGuy Harris1-31/+51
2007-05-21put fwrite and fread into DISSECTOR_ASSERT in order to use the resultJörg Mayer1-2/+2
2007-05-21Fix warning about unused parameterJörg Mayer1-1/+1
2007-05-21Hack to fix out of tree buildsJörg Mayer1-9/+9
2007-05-21additional smb2 fixes from metzeRonnie Sahlberg1-6/+40
2007-05-21from metzeRonnie Sahlberg1-77/+132
2007-05-21add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a faile...Ronnie Sahlberg2-11/+145