aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-23From Anton Ivanov: add support for Frame Relay over ATM.Guy Harris1-2/+8
2005-03-23Add "cleanup_dissection".Gerald Combs1-0/+1
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris2-0/+17
2005-03-23Let packet-gsm_a.c dissect L3 messages.Anders Broman1-3/+57
2005-03-23Audit for TLV loops that don't check the length to make sure it's largeGuy Harris1-23/+37
2005-03-23buildbot reported bug fixed: prevent an endless loopUlf Lamping1-1/+6
2005-03-23hf_oampdu_info_state_parser seems to be an uint8 not bool, as it can contain ...Ulf Lamping1-2/+2
2005-03-23"tvb_get_stringz()" and "abs_time_to_str()" don't return null pointers,Guy Harris1-15/+6
2005-03-23use DISSECTOR_ASSERT instead of g_assertUlf Lamping3-70/+70
2005-03-22add a DISSECTOR_ASSERT_NOT_REACHED() macroUlf Lamping1-0/+8
2005-03-22As suggested by Ulf Lamping, prevent Ethereal from bailing out if there's a p...Olivier Biot1-8/+8
2005-03-22bugfix for buildbot randpkt: don't call proto_tree_add_string with a NULL poi...Ulf Lamping1-5/+7
2005-03-22replace another g_assert by DISSECTOR_ASSERT, so Ethereal won't crash if a di...Ulf Lamping1-1/+1
2005-03-22More IE dissectionAnders Broman1-7/+92
2005-03-22Dissect part of the payload.Anders Broman1-7/+194
2005-03-22Export q850_cause_code_valsAnders Broman1-0/+1
2005-03-22Export q850_cause_code_vals as its's used by other dissector(s)Anders Broman3-87/+4
2005-03-21Updates according to R1.0.3 (2005-02-26) and decode some more IE:sAnders Broman1-10/+202
2005-03-21from Hannes GredlerRonnie Sahlberg1-0/+134