aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-28color_edit_dlg update:Bill Meier5-403/+476
2013-02-28Make it so that alternate-prefix RPM builds actually work.Jeff Morriss2-8/+8
2013-02-28Replace proto_tree_add_text with proto_tree_add_item/expert_infoMichael Mann1-48/+77
2013-02-28Fix dissection of feedback with large CIDPascal Quantin1-0/+1
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey4-65/+0
2013-02-28Add -DWS_BUILD_DLL to wiretap Windows buildsBalint Reczey1-1/+1
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey4-0/+65
2013-02-28Add SVN keywordsPascal Quantin0-0/+0
2013-02-28Use proto_tree_add_item (or similar) instead of proto_item_add_text.Michael Mann1-162/+304
2013-02-28Convert proto_item_add_text to proto_item_add_item.Michael Mann1-618/+578
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey58-99/+240
2013-02-28Update a comment.Guy Harris1-4/+4
2013-02-28Dissect japan ISUP Charging Info IE.Anders Broman1-13/+30
2013-02-28Avoid a packet rescan if we don't have an AirPcap adapter.Anders Broman1-5/+8
2013-02-28Be a little quieter (and do a little more cleanup) when building RPMs.Jeff Morriss1-2/+2
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss6-7/+9
2013-02-28Add ws_symbol_export.h WIRESHARK_COMMON_INCLUDES to fix failing distcheckBalint Reczey1-1/+2
2013-02-28From Anders: revert r47934: it doesn't work everywhere.Jeff Morriss1-5/+5
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss2-3/+3
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey28-157/+198
2013-02-28Default capture buffer size is now 2MB.Jeff Morriss3-6/+6
2013-02-28From Hadriel Kaplan via https://www.wireshark.org/lists/wireshark-dev/201302/...Pascal Quantin1-1/+1
2013-02-28Update the text of dumpcap -h, default buffer size should be 2 MB.Anders Broman1-1/+1
2013-02-28str_util.c: Although the glib documentation doesn't explicitly say so,Gerald Combs2-5/+10
2013-02-28Combine all the flags fields into one field, and get rid of theGuy Harris1-112/+90
2013-02-28Fix Coverity CID 719419: Dereference after null check.Chris Maynard1-2/+2
2013-02-28Fix Coverity CID 280377: Dead default in switch.Chris Maynard1-14/+4
2013-02-28Fix Coverity CID 280366: Dead default in switch.Chris Maynard1-14/+1
2013-02-28The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris2-6/+8
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin2-36/+44
2013-02-27Include <epan/show_exception.h>, as show_exception() is called.Guy Harris1-1/+1
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris7-14/+7
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris55-603/+611
2013-02-27For subvectors, make a top-level item to cover the entire subvector, andGuy Harris1-88/+296
2013-02-27When decompressing, put an entry into the protocol tree that covers allGuy Harris1-48/+52
2013-02-27From J. Schoenwaelder via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-02-27Increase the default buffer size to 2MB.Anders Broman2-2/+3
2013-02-27Dissect Japan ISUP Charge rate transfer (flexible charging) .Anders Broman1-2/+161
2013-02-27Use ENC_NA for single byte fields, as that appears to be the generally agreed...Chris Maynard1-3/+16
2013-02-27Use consistent indentation; Add editor modelines.Bill Meier1-467/+479
2013-02-27Add a %prefix option for users who want to (easily) configure Wireshark toJeff Morriss1-12/+19
2013-02-27Protocol is ENC_BIG_ENDIAN, adjust accordingly.Michael Mann1-4/+4
2013-02-27Don't install the desktop-integration files in our (Wireshark's) dataJeff Morriss1-14/+22
2013-02-27Fix Anders Broman1-4/+4
2013-02-27Fix example Lua plugin that passes wrong argument in register_menu functionMichael Mann1-1/+1
2013-02-27Replace proto_tree_add_text with proto_tree_add_item + expert_info. Not enou...Michael Mann1-290/+297
2013-02-27Increase use of proto_tree_add_item (mostly replacing proto_tree_add_text)Michael Mann1-31/+50
2013-02-27Replace proto_tree_add_text with proto_tree_add_item + expert_infoMichael Mann1-91/+105
2013-02-27Look for desktop-file-install (to be used when installing wireshark.desktop).Jeff Morriss1-0/+2
2013-02-26Put a trailing semicolon on the MimeType line (to satisfy desktop-file-valida...Jeff Morriss1-1/+1