aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Combs1-3/+6
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 MMC READ DISC INFORMATION cdbRonnie Sahlberg1-5/+149
2005-05-30add MMC READ TRACK INFORMATION cdbRonnie Sahlberg1-28/+153
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-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-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-28some more MMC4 updatesRonnie Sahlberg1-13/+96
2005-05-28more scsi refactoringRonnie Sahlberg1-129/+391
2005-05-28refactor scsi dissector toi be table driven so it will be easier to add new Ronnie Sahlberg1-620/+1209
2005-05-28From Gilbert Ramirez - Fix a FT_NONE with a bitmask (shouldn't have one).Olivier Biot1-1/+1
2005-05-27from Gilbert,Ronnie Sahlberg1-0/+2
2005-05-27from didier fix for the regression for bug 62Ronnie Sahlberg1-1/+1
2005-05-27From Martin MathiesonAnders Broman1-65/+719
2005-05-27don't use a static buffer for preference values, allocate it, and, if necessa...Luis Ontanon1-13/+21
2005-05-27Add a "-G fields3" report which prints the bitmask of the field, and avoidsGilbert Ramirez1-3/+29
2005-05-27From T.NakashimaRonnie Sahlberg4-23/+105
2005-05-27cket wsp is creating string items and later appending to them and their value...Ronnie Sahlberg2-0/+20
2005-05-27The DESIRE_ and OS_ values are bit indices, not numerical values thatGuy Harris1-18/+1
2005-05-26These 2 patches make RDT support pretty complete now:Anders Broman1-3/+14
2005-05-26In some places we call proto_tree_add_item() with hfindex and lengthGerald Combs1-2/+2
2005-05-25Add some more reassembly routines.Guy Harris1-0/+3