aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-22"make maintainer-clean" cleans up everything that "make distclean" does;Guy Harris5-18/+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-22Don't explicitly set the main window name unless you're changing theGuy Harris3-7/+35
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-22Fix bug #1600 in the Win32 file dialog (it was fixed for the GTK file dialog ...Stephen Fisher1-5/+5
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 Harris3-3/+18
2007-05-21From Rob Casey a dissector for the KingFisher protocolRonnie Sahlberg3-0/+422
2007-05-21From Sake Blok:Stephen Fisher4-12/+41
2007-05-21Have init_progfile_dir() also check whetherGuy Harris4-47/+67
2007-05-21put fwrite and fread into DISSECTOR_ASSERT in order to use the resultJörg Mayer1-2/+2
2007-05-21Make files more generic.Jaap Keuter16-18/+18
2007-05-21Fix warning about unused parameterJörg Mayer1-1/+1
2007-05-21Fix some (incorrect but unforseeable)Jörg Mayer2-2/+2
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-21make the workaround use static so it wont dissapear when the frame endsRonnie Sahlberg1-1/+1
2007-05-21workaroung a warning for const that prevents gtk1 buildsRonnie Sahlberg1-1/+2
2007-05-21Reflect the name change of the .asn file.Guy Harris1-1/+1
2007-05-21Alter slightly so compile/link with airpcap works again....Bill Meier1-1/+2
2007-05-20The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it withGerald Combs3-1157/+1185
2007-05-20Revert back to having a local copy of airpcap.h. This should fix buildingGerald Combs2-2/+909
2007-05-20Update MAP_DialoguePDU to 3GPP TS 29.002 V8.1.0 (2007-03) update makefiles andAnders Broman11-203/+154
2007-05-20Remove cvs2svn:cvs-rev propertyJörg Mayer1-2/+0
2007-05-20Môshe van der Sterre:Jörg Mayer4-241/+1855
2007-05-20Add Id.Anders Broman2-0/+2
2007-05-20Undefine AIRPCAP_DIR to get the Windows build going again.Anders Broman2-3/+3
2007-05-20Fix a typo to make compiling with extra-gcc flags disable compiling withJörg Mayer1-1/+1
2007-05-19Make the SliMP3 dissector a "new-style" dissector, so it rejects packetsGuy Harris1-8/+19
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sGuy Harris1-5/+10
2007-05-19There's more than one IE table; instead of fixing up all the IE tablesGuy Harris1-14/+10
2007-05-19typo fixSebastien Tandel1-1/+1
2007-05-19temporarily put cast-align in extra-gcc-warnings while compilation on SolarisSebastien Tandel2-4/+8
2007-05-19distclean fix (delete dtd_grammar.h)Sebastien Tandel1-0/+3
2007-05-19Get the build going.Jaap Keuter1-4/+5
2007-05-19Get rid of unused variables.Guy Harris1-10/+8