aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-05-25Have editcap and capinfos loading the wiretap plugins.lego8-52/+116
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...lego2-9/+15
2007-05-25get rid of few warningskukosa4-171/+95
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directorykukosa9-91852/+116288
2007-05-25From Brian Vandenberg:jake1-6/+6
2007-05-24Prepare wireshark and tshark for wiretap pluginslego3-29/+68
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'setxrab3-1/+6
2007-05-24Fix a crash bug found through fuzz testing. The bug was introducedgerald1-17/+18
2007-05-24fix rrlp subdissector callingkukosa1-22/+43
2007-05-24few BER dissectors regeneratedkukosa9-1067/+1067
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callkukosa5-575/+576
2007-05-23Put in some forgotten actx.etxrab1-14/+14
2007-05-23Corrected dissection of read requests when no object indexes are supplied, i....grahamb1-522/+524
2007-05-23warning fix: passing argument 2 of 'iconv' from incompatible pointer typejmayer1-1/+1
2007-05-23fix warningkukosa1-0/+2
2007-05-23- support of CONTAINING constraint in OCTET STRING and BIT STRINGkukosa1-860/+861
2007-05-23support of CONTAINING constraint in OCTET STRING and BIT STRINGkukosa2-11/+75
2007-05-22show the directory name in replies to CreateDir/Checkdir and DeleteDirsahlberg1-0/+6
2007-05-22show the filename that was to be deleted in the Delete replysahlberg2-0/+17
2007-05-22Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)sfisher1-0/+4
2007-05-22Regenerate dissector with -X and -T directives.etxrab2-3058/+1775
2007-05-22Update the EXTERNAL dissection code(still unfinished).etxrab1-65/+62
2007-05-22With at least some compilers, "enum QUALITY_TYPE" is unsigned, and theguy1-15/+14
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab58-9667/+10703
2007-05-22Don't generate enums that end in a commajmayer1-3/+3
2007-05-22Code cleanups, some parsing errors fixed, added more object typesgrahamb1-172/+229
2007-05-22revert changes of r21879 which fix gcc bugs. These changes was from mipv4standel1-35/+27
2007-05-22Trivial warning fixes:jmayer2-2/+2
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;guy4-15/+25
2007-05-22improve FIND_FIRST2 useability in the same way as in the previous sahlberg1-10/+31
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a sahlberg2-0/+12
2007-05-22fix gcc 4.2 warnings (qualifier type)standel2-28/+36
2007-05-22fix an incorrect shiftsahlberg1-2/+1
2007-05-22add empty_tcp_streamwmeier1-0/+1
2007-05-22show the QUERY_FS_INFO level as a generated item in the response packetsahlberg1-1/+3
2007-05-22add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_I...sahlberg1-0/+4
2007-05-22add the disposition to the data we store for how a fid is openedsahlberg2-2/+8
2007-05-22Add new functions from SVN revision 21867 to libwireshark.def to get Windows ...sfisher1-0/+2
2007-05-22Have the follow code keep track of whether there's any data in the TCPguy2-2/+8
2007-05-21From Rob Casey a dissector for the KingFisher protocolsahlberg2-0/+418
2007-05-21From Sake Blok:sfisher2-0/+29
2007-05-21Have init_progfile_dir() also check whetherguy1-31/+51
2007-05-21put fwrite and fread into DISSECTOR_ASSERT in order to use the resultjmayer1-2/+2
2007-05-21Fix warning about unused parameterjmayer1-1/+1
2007-05-21Hack to fix out of tree buildsjmayer1-9/+9
2007-05-21additional smb2 fixes from metzesahlberg1-6/+40
2007-05-21from metzesahlberg1-77/+132
2007-05-21add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a faile...sahlberg2-11/+145
2007-05-21since we now have a generic "track fid for transactions" we no longer need to...sahlberg1-34/+0
2007-05-21track FIDs on a per transaction (request+response) basis and make sure the FI...sahlberg2-2/+35