aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-01-20Allow for expert items to be actually attached somewhere.Jaap Keuter1-12/+15
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadJeff Morriss5-62/+38
2011-01-19Add a note to the top about r35589's change of the ADDCARRY(x) macro.Stephen Fisher1-1/+2
2011-01-19Change the ADDCARRY(x) macro to eliminate clang warning about unusedStephen Fisher1-1/+1
2011-01-19Simply this:Stephen Fisher1-1/+1
2011-01-19Fix warning found by clang...Stephen Fisher1-1/+1
2011-01-19From Alexis La Goutte:Jaap Keuter2-1697/+1829
2011-01-19packet-bssgp.c:6916: warning: 'bssgp_tree' may be used uninitialized in this ...Anders Broman1-1/+1
2011-01-19Cleaned up splitt between old and new dissection style.Anders Broman1-106/+442
2011-01-19Add the RAI value to "add_string"Anders Broman1-0/+8
2011-01-19Updated to OMA-TS-ULP-V2_0-20100806-DAnders Broman1-6/+133
2011-01-18Introduce EXTRANEOUS_DATA_CHECK_EXPERTAnders Broman1-0/+11
2011-01-17Handle two length octets correctly in TELV.Anders Broman1-1/+1
2011-01-17- append TLLI value.Anders Broman1-43/+46
2011-01-17(Until Anders comletes work): use #if 0 instead of //; init a variable;Bill Meier1-3/+5
2011-01-17Actually use proto_tree_add_item() instead of proto_tree_add_ether(). I hope...Jeff Morriss1-1/+1
2011-01-17- Use correct data pointer during a comparison.Martin Mathieson1-7/+13
2011-01-17Restore dissection of Mobile Identity(revert the code).Anders Broman1-1/+6
2011-01-17- Remove debug printout.Anders Broman3-130/+104
2011-01-16Actually use proto_tree_add_item instead of proto_tree_add_bytes. Fixes bug ...Jeff Morriss1-1/+1
2011-01-16Switch to using proto_add_bits_item in a couple of places and fixAnders Broman1-36/+33
2011-01-16From Vaibhav Katkade:Jaap Keuter3-4/+134
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss33-197/+142
2011-01-16Use tvb_fc_to_str() and tvb_fcwwm_to_str().Jeff Morriss6-61/+34
2011-01-16From Porus Mehta:Anders Broman1-7/+7
2011-01-16[Automatic manuf, services and enterprise-numbers update for 2011-01-16]Gerald Combs1-6/+150
2011-01-16r35546 Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure...Anders Broman1-57/+57
2011-01-16Move assignment of 'oct' outside of if(tree)--it is used outside of the if bl...Jeff Morriss1-1/+1
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss5-165/+120
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss7-167/+88
2011-01-16Use tvb_memeql().Jeff Morriss7-52/+29
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss14-161/+140
2011-01-16Use tvb_ip_to_str().Jeff Morriss9-133/+98
2011-01-15Comitting work in progress to fix the linking problem.Anders Broman1-111/+716
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-1/+1
2011-01-15Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-6/+2
2011-01-15Replace some duplicate blurbs with NULLJeff Morriss1-19/+19
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss9-274/+269
2011-01-14- Add TELV to dissct IE's with an extention bit in the length vallue.Anders Broman2-1/+168
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard5-22/+120
2011-01-14Removed redundant comparison that caused compilation failure on OSXGraham Bloice1-1/+1
2011-01-14When looking for previous frame for UL/DL retx, use harq-id + ndi bit.Martin Mathieson2-59/+69
2011-01-14Updated dissector:Graham Bloice1-35/+408
2011-01-14Rather than repairing out-of-range subframe numbers, make sure error gets rep...Martin Mathieson1-2/+14
2011-01-14From Hadar Shoham:Jaap Keuter1-6/+21
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss22-613/+580
2011-01-13Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-5/+5
2011-01-13From Clemens Auer:Jaap Keuter2-2/+56
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss7-45/+71
2011-01-13Getting ready for R9 versions of some LTE protocols.Martin Mathieson1-3/+6