summaryrefslogtreecommitdiff
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2013-03-12SPC-3 and later has a 16-bit allocation length for the INQUIRY allocationRonnie Sahlberg1-2/+2
2013-03-11Fix Coverity CID 990224 and 990225: Unused pointer value.Chris Maynard1-11/+11
2013-03-11Improve heuristics for gmtrailer.Anders Broman1-1/+3
2013-03-11Dissect GRE Key and Service Selection.Anders Broman1-4/+35
2013-03-11Dissect Contractor Number digits.Anders Broman1-2/+9
2013-03-11From: Erik Hugne Anders Broman1-13/+4
2013-03-10Allocate zeroed memory instead of manually zeroing some of the fields. We wereEvan Huus1-5/+14
2013-03-10Use col_append_sep_str instead of col_set_str. Fixes another piece ofEvan Huus1-1/+1
2013-03-10Off by one error in name length.Anders Broman1-1/+1
2013-03-10Remove slab.h and replace its last remaining usage with glib slices.Evan Huus1-16/+3
2013-03-10Add two missing NULL checks, fixes most ofEvan Huus1-14/+31
2013-03-09Use explicit casts.Anders Broman1-17/+17
2013-03-09Make checkAPIs HappyAlexis La Goutte1-1/+0
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte4-149/+598
2013-03-09Put items in the tree we just created, mark an unused param as _U_.Evan Huus1-2/+2
2013-03-09RTPS Cleanup, Part 2Michael Mann4-3814/+1167
2013-03-09From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus1-1/+1
2013-03-08Dissect the DCCP header by stepping through it a field at a time andGuy Harris1-170/+162
2013-03-08Update to V11.5.0 (2012-12).Anders Broman1-86/+679
2013-03-08Add new SIP headers.Anders Broman1-278/+343
2013-03-08From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8414Evan Huus2-0/+3252
2013-03-08Prettify a bit dissection of sr-ProhibitTimer-r9 and drxShortCycleTimerPascal Quantin1-4/+8
2013-03-08From beroset:Anders Broman1-42/+42
2013-03-07From Max Baker via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8431Evan Huus2-9/+29
2013-03-07correctly mark the payload for unknown extension tagsMartin Kaiser1-1/+3
2013-03-07Properly pluralize "octet" for the Extended Capabilities tag.Guy Harris1-2/+2
2013-03-07dissect Supplementary Audio Descriptor as defined in EN300468Martin Kaiser1-3/+71
2013-03-07use defines for extension tagsMartin Kaiser1-12/+25
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin4-55/+55
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-41/+41
2013-03-07Avoid a potential divide-by-zero condition.Chris Maynard1-1/+5
2013-03-06Make the GTP and GTP' dissectors new-style dissectors, so that they canGuy Harris1-17/+45
2013-03-05Use XDLC_IS_INFORMATION() to determine whether there's a payload to handGuy Harris1-3/+4
2013-03-05fixMartin Kaiser1-10/+2
2013-03-05Fix some variable names to better indicate what they do.Guy Harris1-398/+272
2013-03-05From Joseph Chai:Anders Broman2-8/+148
2013-03-05Unused parameter.Anders Broman1-1/+1
2013-03-05RTPS Cleanup, Part 1Michael Mann2-943/+461
2013-03-05Use hf_gtp_ext_hdr_next for all "next header" fields, and get rid ofGuy Harris1-20/+3
2013-03-04If the length value is bad, an exception will be thrown; we don't needGuy Harris1-2/+2
2013-03-04From Jiri Novak via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8424Evan Huus1-32/+762
2013-03-04Give 3GPP TS numbers for GTP v0, GTP v1, and GTP'.Guy Harris1-234/+218
2013-03-04From Josef Zila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8408 :Pascal Quantin1-9/+58
2013-03-04Add 802.11 Tag RSNI IE (65)Alexis La Goutte1-0/+39
2013-03-04From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8432 B...Alexis La Goutte1-1/+1
2013-03-04Add 802.11 Tag Antenna (64)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 Tag BSS Average Access Delay IE (63)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 BSS AC Access Delay IE (68)Alexis La Goutte1-0/+53
2013-03-04Fix typo about BSS AC/AVG Access DelayAlexis La Goutte1-3/+3
2013-03-04Enhance HT Control (proto_tree_add_uint/boolean/* => proto_tree_add_itemAlexis La Goutte1-22/+20