aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-03-28Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
2005-03-28Minor change to Call-ID dissector to set up object line.Ashok Narayanan1-1/+13
2005-03-28Pass a NULL instead of an empty string in the value_string/true_false_stringGerald Combs1-1/+1
2005-03-28bugfix: don't call tvb_length_remaining() if tvb is NULLUlf Lamping1-3/+6
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs2-2/+11
2005-03-28The "application_context_version" variables in the CAMEL and GSM MAPGuy Harris4-14/+14
2005-03-28Make hf_oampdu_info_state_parser "BASE_HEX" instead of "8", so that we don't Gerald Combs1-1/+1
2005-03-27make skinny compile againRonnie Sahlberg1-1/+1
2005-03-27Fix a typoAnders Broman1-5/+6
2005-03-27From Jacques, Olivier:Anders Broman3-0/+8026
2005-03-27 From Alejandro Vaquero :Anders Broman1-36/+84
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+6
2005-03-27Previous commit failed doing them one by one.Anders Broman3-12/+43
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+2
2005-03-27Previous commit failed doing them one by one.Anders Broman1-2/+2
2005-03-27Use the new table for dynamic payload types.Anders Broman1-0/+1
2005-03-27From Alejandro Vaquero :Anders Broman1-0/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist()Ulf Lamping1-1/+4
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist()Ulf Lamping1-0/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist (tvb,offset,length);Ulf Lamping1-0/+1
2005-03-26Make sure we have enough bytes in our tvbuff to dissect our header.Gerald Combs1-1/+1
2005-03-26Update the URL for draft-stewart-sctp-pktdrprep to the -02 draft.Guy Harris1-93/+122
2005-03-26Fix some typos + decode more IE stuffAnders Broman1-12/+96
2005-03-26Fix a bug reported by Soi Hon Lo octet 6x and 7 not read from tvb.Anders Broman1-0/+20
2005-03-26buildbot bugfix: another (un-)signed problem and a problem with the offset (f...Ulf Lamping1-1/+2
2005-03-26With the recent change that makes the length field for FT_PROTOCOL andGuy Harris1-3/+0
2005-03-26Get rid of boilerplate.Guy Harris1-42/+35
2005-03-26For protocol tree items of type FT_NONE and FT_PROTOCOL, treat negativeGuy Harris1-3/+30
2005-03-26buildbot bugfix: if a length value is below zero, trim it to zeroUlf Lamping1-0/+3
2005-03-26buildbot bugfix: another (un-)signed oneUlf Lamping1-1/+1
2005-03-26Add some length checks to the CHAP dissector.Guy Harris1-16/+30
2005-03-25buildbot bugfix: yet another (un-)signed problem.Ulf Lamping1-0/+2
2005-03-25buildbot bugfix: and again, a guint16 will never become lower than zeroUlf Lamping1-1/+1
2005-03-25jxta updatesRonnie Sahlberg1-9/+10
2005-03-25updates to SAMRRonnie Sahlberg1-2/+46
2005-03-25bugfix: prevent a negative length, if ah.ah_len is zeroUlf Lamping1-1/+1
2005-03-25For the Bandwidth Allocation Protocol Phone Delta option:Guy Harris1-7/+16
2005-03-25In the cases fixed by the two previous fixes, check to make sure theGuy Harris1-12/+21
2005-03-25Add checks to make sure the packet length hasn't overflowed in a couple ofGerald Combs1-0/+14
2005-03-25bugfix: similar problem than the previous one fixed by GeraldUlf Lamping1-1/+2
2005-03-25Keep the length value from rolling over in CBCP. Add a comment asking ifGerald Combs1-1/+2
2005-03-24Add a few more payload length checks.Gerald Combs1-8/+29
2005-03-24From Jacques Olivier:Anders Broman1-3/+23
2005-03-24The "new" routine for STTYPE_STRING and STTYPE_UNPARSED does aGuy Harris1-5/+6
2005-03-24Keep a list of all the x11_conv_data_t structures, so that when we'reGuy Harris1-21/+33
2005-03-24Plug some more small leaks.Guy Harris2-1/+4
2005-03-23The correlation ID is a 32-bit integer, not a string.Guy Harris1-1/+13
2005-03-23The DNS name data starts at the beginning of the suboption data, not theGuy Harris1-2/+2
2005-03-23Some more IE stuff and added some ref:sAnders Broman1-4/+116
2005-03-23When checking whether suboption data fits within the option, checkGuy Harris1-4/+4