aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey2013-02-2828-157/+198
* Default capture buffer size is now 2MB.Jeff Morriss2013-02-283-6/+6
* From Hadriel Kaplan via https://www.wireshark.org/lists/wireshark-dev/201302/...Pascal Quantin2013-02-281-1/+1
* Update the text of dumpcap -h, default buffer size should be 2 MB.Anders Broman2013-02-281-1/+1
* str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs2013-02-282-5/+10
* Combine all the flags fields into one field, and get rid of theGuy Harris2013-02-281-112/+90
* Fix Coverity CID 719419: Dereference after null check.Chris Maynard2013-02-281-2/+2
* Fix Coverity CID 280377: Dead default in switch.Chris Maynard2013-02-281-14/+4
* Fix Coverity CID 280366: Dead default in switch.Chris Maynard2013-02-281-14/+1
* The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris2013-02-282-6/+8
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin2013-02-272-36/+44
* Include <epan/show_exception.h>, as show_exception() is called.Guy Harris2013-02-271-1/+1
* Get rid of unnecessary includes of "packet-frame.h".Guy Harris2013-02-277-14/+7
* Move show_exception() and show_reported_bounds_error() toGuy Harris2013-02-2755-603/+611
* For subvectors, make a top-level item to cover the entire subvector, andGuy Harris2013-02-271-88/+296
* When decompressing, put an entry into the protocol tree that covers allGuy Harris2013-02-271-48/+52
* From J. Schoenwaelder via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin2013-02-271-1/+1
* Increase the default buffer size to 2MB.Anders Broman2013-02-272-2/+3
* Dissect Japan ISUP Charge rate transfer (flexible charging) .Anders Broman2013-02-271-2/+161
* Use ENC_NA for single byte fields, as that appears to be the generally agreed...Chris Maynard2013-02-271-3/+16
* Use consistent indentation; Add editor modelines.Bill Meier2013-02-271-467/+479
* Add a %prefix option for users who want to (easily) configure Wireshark toJeff Morriss2013-02-271-12/+19
* Protocol is ENC_BIG_ENDIAN, adjust accordingly.Michael Mann2013-02-271-4/+4
* Don't install the desktop-integration files in our (Wireshark's) dataJeff Morriss2013-02-271-14/+22
* Fix Anders Broman2013-02-271-4/+4
* Fix example Lua plugin that passes wrong argument in register_menu functionMichael Mann2013-02-271-1/+1
* Replace proto_tree_add_text with proto_tree_add_item + expert_info. Not enou...Michael Mann2013-02-271-290/+297
* Increase use of proto_tree_add_item (mostly replacing proto_tree_add_text)Michael Mann2013-02-271-31/+50
* Replace proto_tree_add_text with proto_tree_add_item + expert_infoMichael Mann2013-02-271-91/+105
* Look for desktop-file-install (to be used when installing wireshark.desktop).Jeff Morriss2013-02-271-0/+2
* Put a trailing semicolon on the MimeType line (to satisfy desktop-file-valida...Jeff Morriss2013-02-261-1/+1
* Move pack_flags to better place.Jakub Zawadzki2013-02-261-1/+1
* Fix warning: 'rrc_sub_handle' may be used uninitialized in this functionPascal Quantin2013-02-261-1/+1
* Fix a misspelled word; Do some minor tweaking of the wording of a few comments.Bill Meier2013-02-261-7/+8
* SNMP dissector should handle aes256 (better version than r47690)Michael Mann2013-02-262-99/+197
* Try to fix compilation on Windows.Gerald Combs2013-02-261-3/+3
* Print human-readable statistics by default. Raw values can be printedGerald Combs2013-02-265-12/+90
* Fix spelling/typos found using a list of commonly misspelled words.Bill Meier2013-02-2669-215/+215
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-265-7/+7
* Revert r44559: go back to using g_malloc()'d memory for SCTP reassembly. ThatJeff Morriss2013-02-261-6/+58
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-265-11/+11
* its ==> it'sBill Meier2013-02-261-1/+1
* it's ==> itsBill Meier2013-02-261-1/+1
* it's ==> its & its == > it's as needed.Bill Meier2013-02-264-15/+15
* its ==> it's & it's ==> its as needed.Bill Meier2013-02-266-8/+8
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-2647-120/+120
* No need for 'if (...initialized) {...}' in proto_reg_handoff...()Bill Meier2013-02-261-8/+3
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-2516-170/+170
* Dissect more feedback optionsPascal Quantin2013-02-251-17/+35
* From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395Evan Huus2013-02-251-1/+8