aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-01-22Close dir opened by ws_dir_open().Stig Bjørlykke1-0/+1
2011-01-22From Loránd Jakab:Jaap Keuter3-0/+297
2011-01-21- Wrong element type used.Anders Broman1-4/+11
2011-01-21Use EXTRANEOUS_DATA_CHECK_EXPERTAnders Broman2-76/+83
2011-01-21Move sgsap_elem_idx_t to packet-gsm_a_common.hAnders Broman2-42/+114
2011-01-21CN-Id is two bytes.Anders Broman1-2/+2
2011-01-21From Tobias Klauser:Anders Broman1-2/+2
2011-01-21Fix typosAnders Broman1-2/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss15-41/+51
2011-01-21Use tvb_ip_to_str()Jeff Morriss1-1/+1
2011-01-21Adress => Address corrections (also in comments).Sake Blok11-19/+19
2011-01-20Allow presentation of Gauge32 values larger than 0x7FFFFFFF.Jaap Keuter1-6/+13
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher5-6/+6
2011-01-20Fix typosAnders Broman1-2/+2
2011-01-20Update a comment.Anders Broman1-0/+5
2011-01-20In MM context the container contains IE:s not a completeAnders Broman1-10/+31
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