aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Several right-shifts should be left-shifts.Bill Meier1-2/+2
2012-07-29g_assert --> DISSECTOR_ASSERTBill Meier1-2/+2
2012-07-29Minor cleanup....Bill Meier1-13/+12
2012-07-29Fix usage of range string and use extended value strings in a few placesPascal Quantin1-3/+5
2012-07-29Don't do 'return 0' in mpls-y1722 dissector (so mpls dissector won't try to c...Bill Meier1-22/+19
2012-07-29Fix a typo :(Bill Meier1-1/+1
2012-07-29Cast away a compile warning: "conversion from '__int64' to 'gulong', possible...Bill Meier1-1/+1
2012-07-29Fix crash when "file_name_snooping" & "file_full_name_snooping" prefs enabled.Bill Meier1-1/+3
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte1-0/+1123
2012-07-29From Tobias Rutz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7518Alexis La Goutte2-0/+2
2012-07-29From Weijun Wang via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7481Alexis La Goutte1-1/+1
2012-07-29Try to fix ABI check.Jakub Zawadzki3-0/+10
2012-07-29Add link to Ask Wireshark Website ( http://ask.wireshark.org )in Help Menu fo...Alexis La Goutte3-0/+12
2012-07-29It is link Tshark Help not Wireshark (already in bottom !)Alexis La Goutte1-1/+1
2012-07-29[Automatic manuf, services and enterprise-numbers update for 2012-07-29]Gerald Combs3-12/+278
2012-07-29Tidy up help window, and get rid of a compile-time option to preserveMartin Mathieson1-60/+33
2012-07-29Set maximum zoom on Y axis based upon bounds, so works better if thereMartin Mathieson1-15/+16
2012-07-28Add a comment that VS Code Analyzer makes a very good point here -Martin Mathieson1-1/+5
2012-07-28VS code analysis was right - 'x' & 0 *was* always going to return 0...Martin Mathieson1-2/+2
2012-07-28Use the _vs suffix for value_string variables consistently. There was aMartin Mathieson1-14/+14
2012-07-28Avoid 2 redeclarations of 'len' in inner scopes - they can all use theMartin Mathieson1-7/+7
2012-07-28Fix VC code analaysis warning about definition of variable in innerMartin Mathieson1-1/+0
2012-07-28Always memset the packet-header struct in Lua to avoidEvan Huus1-7/+17
2012-07-28Simply #ifdefs slightly in the graph code.Evan Huus2-7/+4
2012-07-28Fix inverted dissection of Pre-emption Capability and Pre-emption VulnerabilityPascal Quantin2-6/+6
2012-07-28Fix a 'dead increment' warning forgotten in r44084Pascal Quantin1-1/+0
2012-07-28Add handling of ringbuffer support when packets are not updatedMichael Tüxen1-3/+9
2012-07-28Decode SSL streams in XMPP sessions. Fixes:Evan Huus4-21/+69
2012-07-28Further speed up drawing of the element list by:Martin Mathieson1-8/+31
2012-07-27Remove a hard-coded path.Gerald Combs1-1/+1
2012-07-27Fix 'dead increment' and 'dereference of null pointer' Clang warningsPascal Quantin1-12/+8
2012-07-27Update the usage stanza for fuzz-test to reflect the changes in r44024.Evan Huus1-1/+1
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)Pascal Quantin4-67/+9
2012-07-27More cleaning up of unused remnants from tcp_graph.c.Martin Mathieson1-81/+17
2012-07-27Add a preview to the common file dialog. Adjust the win32 file dialogGerald Combs4-12/+208
2012-07-27Fix dead assignment Clang warning and use consistent indentationPascal Quantin1-266/+265
2012-07-27Some more debug info.Michael Tüxen1-0/+5
2012-07-27It seems that the length should unsigned, not signed.Michael Tüxen1-1/+1
2012-07-27Handle the case where no IDB follows the SHB. This fixes part ofMichael Tüxen1-34/+30
2012-07-27Create/use extended value strings to access certain value string arrays;Bill Meier1-2014/+2029
2012-07-27Use HEAD for git-compare-abis.shJakub Zawadzki1-2/+2
2012-07-27Sort value-string array by value to allow extended-value-string binary search;Bill Meier1-3/+6
2012-07-27Fix a few Clang warnings (dead assignment, function call argument is an unini...Pascal Quantin1-5/+4
2012-07-27Fix some potential integer arithmetic overflow issues;Bill Meier1-52/+178
2012-07-27Address bug 4097 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4097) b...Michael Mann2-10/+25
2012-07-27Fix memleak of listJakub Zawadzki1-0/+2
2012-07-27Fix reference counting of GdkPixbuf, unref after creating GtkImage (aka fix m...Jakub Zawadzki1-2/+10
2012-07-276lowpan: cleanup dynamic configuration construction.Jakub Zawadzki1-13/+6
2012-07-27Fix memory leak of errors GStringJakub Zawadzki1-4/+7
2012-07-27Fix bugs: #7532, 7534 dissect_ndr_cvstring returns ep-memory, don't free it.Jakub Zawadzki2-16/+0