aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-14do some range checks when reading vwr filesMartin Kaiser1-14/+14
2013-10-14Make pkgconfig work - sort of:Jörg Mayer2-9/+12
2013-10-14As reported by Didier Gautheron on -dev (http://www.wireshark.org/lists/wires...Pascal Quantin1-1/+1
2013-10-14TLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208 ...Michael Mann1-6/+80
2013-10-14DTLS server key exchange misses sig and hash algorithm for TLS 1.2. Bug 9208...Michael Mann1-6/+80
2013-10-13DRX: start to show state prior to and after current PDU.Martin Mathieson1-71/+96
2013-10-13As requested by Zoltán Lajos Kis, split the openflow dissector int one file ...Anders Broman4-422/+628
2013-10-13SMB2 SRT can be very inaccurate in the presence of retransmissions: Retrans...Cal Turney1-3/+12
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier195-2063/+2063
2013-10-13Minor whitespace changesBill Meier1-907/+907
2013-10-13Don't clobber PKG_CONFIG_PATH.Gerald Combs1-1/+10
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-13[Automatic manuf, services and enterprise-numbers update for 2013-10-13]Gerald Combs2-2/+32
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus7-263/+60
2013-10-13openSAFETY: Dissection for second crc as well as plausability check. Bug 926...Michael Mann1-24/+108
2013-10-13Set CMake to use Python when building the tap register files.Graham Bloice1-8/+8
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice26-1/+56
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-12Update the User Guide for the upcoming 1.11.0 releasePascal Quantin3-3/+3
2013-10-12Tweak/simplify some tvbuff length check functions slightly. In my benchmarks ofEvan Huus1-24/+12
2013-10-12Remove some things that I added while not understanding the realJörg Mayer3-9/+10
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-12Update User Guide for 1.11 preparationPascal Quantin1-9/+9
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-12Have pixbuf_to_widget() use a guint8 * to matchGerald Combs2-2/+2
2013-10-12Another Solaris Studio C++ fix.Gerald Combs1-5/+3
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 Combs2-2/+2
2013-10-12Update to the latest Windows library tags. Add an "install_qt" target.Gerald Combs3-3/+6
2013-10-12QT_DIR → QT5_BASE_DIR. This matches the CMake environment.Gerald Combs2-21/+21
2013-10-11Look for Qt in WIRESHARK_LIB_DIR. Add a conditional check for qmake.Gerald Combs2-0/+16
2013-10-11With Gerald's patch we should no longer require GTK includes for QT-Only buildsJörg Mayer1-10/+0
2013-10-11One more HAVE_LIBPCAP.Gerald Combs1-0/+2
2013-10-11cf_start_tail() is (now) just a wrapper around cf_open(). Get rid of it and ...Jeff Morriss3-22/+1
2013-10-11Try to fix Qt compilation when libpcap is disabled.Gerald Combs11-16/+76
2013-10-11Fix some formatting.Jeff Morriss1-11/+17
2013-10-11Replace a question in a comment with a better explanation (that answers the q...Jeff Morriss1-3/+2
2013-10-11Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8943 :Jeff Morriss3-180/+180
2013-10-11Build with Qt by default.Gerald Combs1-2/+3