aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-31convenience: if a "Go To Packet" didn't succeeded, add the requested packet n...Ulf Lamping1-2/+2
2005-05-31As suggested by Jaap Keuter:Lars Roland2-2/+4
2005-05-31better dissect ProtSeqs valuesUlf Lamping1-1/+14
2005-05-31bugfix: remove some not required dissect_dcom_that() calls, as "ORPC that" wa...Ulf Lamping1-6/+0
2005-05-31add another tvb_ensure_bytes_exist() callUlf Lamping1-5/+6
2005-05-31Put 'unmaskedvalue' field in XML for bit-masked values.Gilbert Ramirez2-1/+10
2005-05-31Remove bitmasks from field definitions for FT_IPv4Gilbert Ramirez1-10/+10
2005-05-31fix handling, if ArraySize of a BSTR is 0,Ulf Lamping1-2/+8
2005-05-30add a tvb_ensure_bytes_exist() to prevent a dissector bugUlf Lamping1-0/+1
2005-05-30don't go into an (almost) endless loop, if si->info_count is -1, which is the...Ulf Lamping1-0/+6
2005-05-30From Steve Grubb: Fix a memory leak. Fixes part of bug 217.Gerald Combs1-0/+1
2005-05-30Don't try to check the suboption length type if we don't have a suboption.Gerald Combs1-27/+29
2005-05-30From Steve Grubb: Fix buffer and array length checks. Fixes part of bug 217.Gerald Combs2-2/+2
2005-05-30From Steve Grubb: Initialize some variables. Fixes part of bug 217.Gerald Combs2-4/+4
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs5-12/+15
2005-05-30From Steve Grubb: Fix a memory leak.Gerald Combs2-5/+11
2005-05-30From Steve Grubb: Fix off by one errors. Fixes part of bug 217.Gerald Combs1-3/+3
2005-05-30From Steve Grubb: Initialize a variable. Fixes part of bug 217.Gerald Combs1-1/+1
2005-05-30Fix an off-by-one error found by Steve Grubb. Steve gets the awardGerald Combs1-1/+1
2005-05-30Add dissection of MSRP Anders Broman2-0/+742
2005-05-30fix highlighting length, if more than one RPC call is in a TCP PDUUlf Lamping1-10/+62
2005-05-30Add random bit errors to the fuzz tests.Gerald Combs1-1/+9
2005-05-30Throw an exception if we're handed a null pointer when we weren'tGerald Combs2-0/+6
2005-05-30Break out of an infinite loop. Fixes bugs 213 & 214.Gerald Combs1-5/+5
2005-05-30add MMC READ DISC INFORMATION cdbRonnie Sahlberg1-5/+149
2005-05-30add MMC READ TRACK INFORMATION cdbRonnie Sahlberg1-28/+153
2005-05-30fix #148: (win32 only) use command line parameter -B to set capture buffer sizeUlf Lamping4-2/+23
2005-05-30First part to fix #148: use command line parameter -o not only for preference...Ulf Lamping4-86/+195
2005-05-30fix #215: the field hf_smb_print_spool_file_name used the wrong type, use FT_...Ulf Lamping1-1/+1
2005-05-30add two more tvb_ensure_bytes_exist() calls to fix #216Ulf Lamping1-0/+2
2005-05-29clarify some recent file entry descriptionsUlf Lamping1-3/+7
2005-05-29fix #201: add format_text before output of the DNS name, in case it contains ...Ulf Lamping1-4/+9
2005-05-29fix #86: use format_text before adding version string to the info columnUlf Lamping1-2/+7
2005-05-29fix #11: add a [truncated] to the label, if the message to display is too longUlf Lamping1-3/+9
2005-05-29add MMC RESERVE TRACK cdbRonnie Sahlberg1-1/+26
2005-05-29MMC SET STREAMING commandRonnie Sahlberg1-2/+99
2005-05-29Add minimal 802.11j decoding. There's not fun in doing more unlessJörg Mayer1-5/+14
2005-05-29remove offset and len from the signature of dissect_scsi_payload()Ronnie Sahlberg5-12/+23
2005-05-29make all callers of dissect_scsi_cdb() first create a new subset tvbRonnie Sahlberg5-11/+30
2005-05-29create a subset tvb before calling off to the SCSI dissectorRonnie Sahlberg1-10/+47
2005-05-29minor prettificationRonnie Sahlberg1-1/+5
2005-05-29update iscsi so that when we have ImmediateData we also call SCSI to decode the Ronnie Sahlberg1-0/+15
2005-05-28from Alejandro VaqueroRonnie Sahlberg1-0/+10
2005-05-28add MMC READ BUFFER CAPACITY commandRonnie Sahlberg1-1/+64
2005-05-28add the SynchronizeCache command for MMCRonnie Sahlberg1-1/+38
2005-05-28add some tvb_ensure_bytes_exist() calls, fixes #197, #202 and #208Ulf Lamping1-0/+4
2005-05-28updates to mmc, add more dissection of GET_CONFIGURATION and READ_TOCRonnie Sahlberg1-2/+507
2005-05-28prevent unused function warningUlf Lamping1-0/+2
2005-05-28some more MMC4 updatesRonnie Sahlberg1-13/+96
2005-05-28more scsi refactoringRonnie Sahlberg1-129/+391