aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-10-13Minor whitespace changesBill Meier1-907/+907
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier12-1733/+1695
2013-10-13When printing PDML, don't assume that all values with bitmasks are representedEvan Huus1-1/+23
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-14/+59
2013-10-13openSAFETY: Dissection for second crc as well as plausability check. Bug 926...Michael Mann1-24/+108
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2-0/+11
2013-10-13Fix dissection of Home Provider CID and fix a typo errorPascal Quantin1-1/+2
2013-10-13So a while back Jeff added some code to check that the offset+length passed toEvan Huus3-44/+28
2013-10-13Order our conditionals to take advantage of the fact that we know tvb->length <=Evan Huus1-22/+14
2013-10-12Tweak/simplify some tvbuff length check functions slightly. In my benchmarks ofEvan Huus1-24/+12
2013-10-12Redo r52569 in a way that doesn't break the GUI. Add a mem_pool member toEvan Huus2-102/+55
2013-10-12Revert r52569, it breaks the GUI since that sometimes has multiple trees activeEvan Huus1-3/+17
2013-10-12If the offset is out of bounds, have tvb_length_remaining() and tvb_reported_...Chris Maynard2-7/+6
2013-10-12Don't assume that tvb_length_remaining() or tvb_reported_length_remaining() a...Chris Maynard1-8/+8
2013-10-12Use wmem_free_all on the tree pool rather than freeing each node, label andEvan Huus1-17/+3
2013-10-12Use a wmem block allocator to allocate field_infos, proto_nodes and item_labels.Evan Huus1-7/+13
2013-10-12From Todd Newton via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9262 :Pascal Quantin1-1/+1
2013-10-12We can't use proto_tree_add_uint_* for FT_TIME fields, use proto_tree_add_time_*Evan Huus1-4/+8
2013-10-12Based on help and suggestions from Johannes Berg, fix Radiotap Header decode theEvan Huus2-8/+5
2013-10-12From RobiOneKenobi via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9229Evan Huus2-0/+81
2013-10-12Free the actual struct, not the typedef thereof, because the typedef is actuallyEvan Huus1-1/+1
2013-10-12Solaris Studio C++ won't let us pass the address of main() toGerald Combs1-1/+1
2013-10-11Fix another fuzz failurePascal Quantin1-10/+16
2013-10-11Destroy dissector tables on shutdown and use epan scoped memory of handles.Evan Huus1-7/+18
2013-10-11Free all the heuristict dissector lists and their entries on shutdown, anotherEvan Huus1-6/+21
2013-10-11Fix compilation when we don't HAVE_LIBGCRYPTJeff Morriss1-1/+3
2013-10-10When TCP options are truncated, we only add the truncated length to the tree,Evan Huus1-1/+1
2013-10-10Fix an infinite loop detected during fuzz testingPascal Quantin1-11/+41
2013-10-10Try to make the build bot happy.Anders Broman1-1/+1
2013-10-10Flag the addresses used in the trace which has been resolved and only add tho...Anders Broman2-37/+44
2013-10-10Add a call to tvb_ensure_bytes_exist before we allocate memory based on ourEvan Huus1-5/+6
2013-10-10From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246Evan Huus2-29/+36
2013-10-10From Marko Hrastovec viaEvan Huus1-1/+300
2013-10-10Safer to compare return value of tvb_reported_length_remaining() > 0 than != 0.Chris Maynard1-30/+30
2013-10-10"Expert Info (Error/Malformed) trying to fetch an unsigned integer with lengt...Cal Turney1-4/+11
2013-10-10Slightly change heuristicsPascal Quantin1-6/+11
2013-10-10Add fragmentation supportPascal Quantin1-236/+349
2013-10-09Fix signed vs. unsigned comparison warnings.Guy Harris1-4/+4
2013-10-09Don't update DRX state when preference is turned offMartin Mathieson1-77/+90
2013-10-09Update a commentPascal Quantin1-1/+1
2013-10-09Change the default UDP port to 0.Anders Broman1-2/+3
2013-10-09Check if first char is printable.Anders Broman1-0/+6
2013-10-09Try to fixAnders Broman1-4/+4
2013-10-09Make RTPProxy a newstyle dissector.Anders Broman1-6/+17
2013-10-09Make column "filter name" prefixed with _ws. to be the same as other "*shark ...Michael Mann1-1/+1
2013-10-090xffffffffffff doesn't necessarily fit in an int, so useGuy Harris1-3/+3
2013-10-09Try to make more efficient heuristick checks.Anders Broman4-13/+19
2013-10-09If the capture is frame sliced at or beyond the TCP 20-byte fixed length port...Cal Turney1-15/+31
2013-10-09From Peter Van Eynde via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-6/+6
2013-10-09Improve on r52458 and bugfix a few places where offset wasn't incrementing. ...Michael Mann1-36/+32