aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-15From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9272Chris Maynard4-31/+89
2013-10-15g_slist_prepend() should be faster than g_slist_append() use it where the ord...Anders Broman1-4/+4
2013-10-15Micro-optimize print_columns(): replace g_snprintf() & g_strlcat() with memcp...Jakub Zawadzki1-22/+53
2013-10-15Try to optimize heuristics slightly.Anders Broman3-481/+490
2013-10-15Reorder all of the bitmask trees according to its endianess from highest to l...Cal Turney2-167/+163
2013-10-15Add another cast.Gerald Combs1-1/+1
2013-10-15Add casts to fix some shortening errors.Gerald Combs1-4/+4
2013-10-15Add some missing parenthesis. Make sure we set our font in the right place.Gerald Combs3-18/+14
2013-10-15limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser1-6/+6
2013-10-15code review of parse_s1_W_stats()Martin Kaiser1-2/+16
2013-10-15Don't do canaries in blocks of guint32, it appears to cause alignment issuesEvan Huus1-9/+9
2013-10-15Check the length *before* accessing the array, and cap theEvan Huus1-1/+7
2013-10-15Fix a length check in the OID code, we add an extra byte if is_first, not theEvan Huus1-1/+3
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey4-44/+31
2013-10-15Fix Coverity CID 1106801: Missing break in switch.Chris Maynard1-0/+1
2013-10-15Make sure we have a valid capture file pointer in win32_export_file().Gerald Combs1-0/+3
2013-10-15Fill in the help links. Make sure they do something when they're clicked.Gerald Combs2-14/+40
2013-10-15Remove some commented code.Gerald Combs1-3/+0
2013-10-15Fix the bitcoin dissector to be able to dissect recent version of the protoco...Michael Mann1-30/+68
2013-10-14Reverting as requested by Jakub, eventhoug I don't think this prticular entry...Anders Broman1-3/+0
2013-10-14Let Qt lay out and size elements in FollowStreamDialog. Make itGerald Combs4-78/+157
2013-10-14Replace XXX with explanation based on discussion with Jakub on -dev.Evan Huus1-2/+3
2013-10-14Slightly clarify the wmem release note entry.Evan Huus1-1/+2
2013-10-14 Adding to col info is probably useless as next dissector will overwrite it.Anders Broman1-0/+3
2013-10-14Try to pptimize heuristics slightly.Anders Broman7-47/+62
2013-10-14Add dissection of NCM/MBIM data traffic based on data interface class protoco...Pascal Quantin2-2/+30
2013-10-14Look for QtWidgets in the right directory.Gerald Combs1-6/+7
2013-10-14PacketList and ProtoTree need access to MainWindow at initializationGerald Combs3-6/+6
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