aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-21From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+6
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-21There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss4-437/+432
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 Fisher6-7/+7
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 Keuter2-21/+27
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-19Don't stop calling subdissectors when there's no tree.Jaap Keuter1-2/+0
2011-01-19Use Wireshark standard marking for unused parameters.Jaap Keuter7-55/+15
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-19Cast the returned value from strlen() to an int to make the Windows 64-bitStephen Fisher1-2/+2
2011-01-19From Cal Turney via enhancement bug #5587: In hex or string searches of theStephen Fisher4-9/+37
2011-01-19From Cal Turney via bug #5585: When searching in packet bytes, the field andStephen Fisher1-0/+3
2011-01-19Fix the broken Edit Menu when UImanager is used.Anders Broman1-5/+5
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-19Try to enhance output at ValueError to ease debugging.Anders Broman1-1/+1
2011-01-19Updated to OMA-TS-ULP-V2_0-20100806-DAnders Broman4-1113/+1252
2011-01-18Introduce EXTRANEOUS_DATA_CHECK_EXPERTAnders Broman1-0/+11
2011-01-18dumpcap failed to link - add glib2 and wsutil libraries to fix this.Jörg Mayer1-0/+2
2011-01-17Add another item.Gerald Combs1-0/+6
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-17Remove redundant test for a non-null pointer;Bill Meier1-1/+1
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-16Do Windows compile with /WX flag: treat warnings as errors.Bill Meier1-1/+1
2011-01-16Compile text2pcap.c,mergecap.c,capinfos.c,editcap.c, & version_info.c with -WX;Bill Meier1-14/+1
2011-01-16Fix a Windows compiler warning;Bill Meier1-8/+8
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