aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-16Remove trailing blanks; Fix some indentation;Bill Meier4-28/+56
2013-10-16Fix inconsistent indentation & formatting, trailing blanks.Bill Meier1-195/+209
2013-10-16Create an internal _tvb_memcpy() without the sanity checks to be caled from t...Anders Broman1-15/+22
2013-10-16Prepend to lists rather than append as that's more efficient.Anders Broman4-13/+14
2013-10-16Don't bother checking for clang, just add -Qunused-arguments to theGerald Combs1-3/+1
2013-10-16In packet-wsp.c, don't use the get_long_integer macro where we only need theEvan Huus1-6/+6
2013-10-161.11.0 -> 1.11.1Pascal Quantin4-4/+4
2013-10-16If we're using Clang add -Qunused-arguments in order to avoid a bunchGerald Combs2-2/+10
2013-10-16Fix warnings found by Clang 5.0 (-Wself-assign and -Wparentheses-equality).Gerald Combs3-19/+35
2013-10-16Fix a comment.Gerald Combs1-1/+1
2013-10-16Back out the previous commit. We'll have to find a different fix.Gerald Combs1-2/+0
2013-10-16Work around a self-assingment error picked up by Clang 5.0.Gerald Combs1-1/+3
2013-10-16Fix (what appears to be) a minor bug when dissecting RTMP.Bill Meier1-2/+2
2013-10-16Upgrade RRLP dissector to V11.0.0Pascal Quantin4-25/+332
2013-10-16Fix various: whitespace, comments & etc.Bill Meier1-612/+624
2013-10-16Add blank line before 'and by'Bill Meier1-0/+1
2013-10-16Add Ed Beroset to the list of Wireshark authors.Chris Maynard1-3/+4
2013-10-16From Ed Beroset: add modelines and fix irregular indenting;Bill Meier6-666/+723
2013-10-16Update the list of new protocols supportedPascal Quantin1-0/+17
2013-10-15As suggested separately by both Jakub and Anders: only read theEvan Huus2-55/+39
2013-10-15If CODE_SIGN_IDENTITY is set use it to sign the app bundle and theGerald Combs2-0/+18
2013-10-15Adjust parenthesis to make gcc happy.Gerald Combs1-1/+1
2013-10-15Don't try heuristic dissectors on second pass if no match was found in the fi...Anders Broman1-5/+40
2013-10-15Fix ABI check error for libwiresharkBalint Reczey1-0/+6
2013-10-151.11.0 → 1.11.1.Gerald Combs1-5/+5
2013-10-15Try building 1.11.0.Gerald Combs1-4/+4
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