aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-21since we now have a generic "track fid for transactions" we no longer need to...Ronnie Sahlberg1-34/+0
2007-05-21track FIDs on a per transaction (request+response) basis and make sure the FI...Ronnie Sahlberg2-2/+35
2007-05-21there wre two fields in smb for filenames with the same display filer string.Ronnie Sahlberg1-1/+1
2007-05-21make gtk1 compile againRonnie Sahlberg1-1/+2
2007-05-21make proto.c compile again after the recent changesRonnie Sahlberg1-0/+27
2007-05-21add workaround so that gtk1 compiles again thanks to stupid const mismatch be...Ronnie Sahlberg1-0/+29
2007-05-20The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it withGerald Combs3-1157/+1185
2007-05-20Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles andAnders Broman2-48/+9
2007-05-20Remove cvs2svn:cvs-rev propertyJörg Mayer1-2/+0
2007-05-20Môshe van der Sterre:Jörg Mayer3-240/+1851
2007-05-19Make the SliMP3 dissector a "new-style" dissector, so it rejects packetsGuy Harris1-8/+19
2007-05-19There's more than one IE table; instead of fixing up all the IE tablesGuy Harris1-14/+10
2007-05-19distclean fix (delete dtd_grammar.h)Sebastien Tandel1-0/+3
2007-05-19Get rid of unused variables.Guy Harris1-10/+8
2007-05-18From Dustin Johnson:Gerald Combs4-13/+70
2007-05-18Use proto_tree_add_bits_ret_val and proto_tree_add_bits_item().Anders Broman1-249/+39