summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Mark a parameter unused.Gerald Combs1-0/+1
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs12-6/+456
2013-11-22Move common "decode as" preference code to epan.Gerald Combs9-267/+358
2013-11-21Comment out *many* unused vars found by CLANG;Bill Meier1-1224/+1460
2013-11-21#if 0 some unused vars found by CLANGBill Meier1-3/+7
2013-11-21From Abhik SarkarMartin Kaiser1-213/+246
2013-11-21next unprocessed descriptor 0xFF means thatMartin Kaiser1-1/+7
2013-11-21Widen the Ethertype to a guint, to avoid compiler warnings.Guy Harris1-1/+1
2013-11-21Get rid of unused variable.Guy Harris1-1/+0
2013-11-21Tap listeners have to be registered before we read our prefs.Gerald Combs1-17/+17
2013-11-21Attempt to fix Qt dependencies for SUSE.Jeff Morriss1-0/+5
2013-11-21Remove ethertype, mpls_label and ppids from packet_info structure.Michael Mann11-105/+33
2013-11-21Create new dissectors when a protocol goes across ethernet and "something els...Michael Mann7-42/+66
2013-11-21Add some "helper" macros to:Bill Meier1-0/+66
2013-11-21Get rid of C++ comments.Guy Harris1-1/+1
2013-11-21#if 0 out some currently-unused variables and the code that sets them,Guy Harris1-0/+10
2013-11-21Do some constification;Bill Meier4-104/+147
2013-11-21(Trivial) Formatting & whitespace changes ....Bill Meier1-107/+126
2013-11-21Constify two vars;Bill Meier1-280/+293
2013-11-21Add a note about UTF-8.Gerald Combs1-0/+2
2013-11-21Constify a character array;Bill Meier1-2/+16
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Create separate dissector function for TCP functionality so packet_info->ethe...Michael Mann1-12/+17
2013-11-21Create/use a number of extended value-strings;Bill Meier1-211/+258
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann7-69/+233
2013-11-21Cope with empty VWR files (bug 9428)Martin Mathieson1-2/+9
2013-11-21Revert what I thought was a simple "compile" change for r53473, but causes Wi...Michael Mann2-109/+36
2013-11-21Walk list of protocol strings to determine which protocols are present in a p...Michael Mann2-36/+109
2013-11-21Indicate fragments in info columnPascal Quantin1-0/+3
2013-11-21Do not add an unknown tag item for End-of-optionsPascal Quantin1-0/+2
2013-11-21Detect out-of-bounds when handling zero terminated strings from a TvbRange.Stig Bjørlykke1-0/+15
2013-11-21Add ui_stats_tree_dialog.h to the list of generated headers not toGuy Harris1-0/+1
2013-11-21Fix memory leak from formatted string.Michael Mann1-0/+2
2013-11-21Fix buildbing ui/qt/wireshark-tap-register.c with autotools.Gerald Combs2-3/+6
2013-11-21Try to get qmake to create wireshark-tap-register.c.Gerald Combs2-1/+24
2013-11-21Add the new stats tree.Gerald Combs1-1/+3
2013-11-21Add a statistics tree dialog.Gerald Combs18-42/+908
2013-11-21USB CCID and PN532_HCI can be now used in Decode As. Bug 9445 (https://bugs....Michael Mann2-6/+11
2013-11-21Fix DecodeBy priorities. Bug 9445 (https://bugs.wireshark.org/bugzilla/show_...Michael Mann1-41/+18
2013-11-21strncpy() consideered unsafe (it doesn't, for example, guarantee thatGuy Harris1-1/+1
2013-11-21We don't need "ws_symbol_export.h" if we're not using anything from it;Guy Harris1-2/+0
2013-11-21GTK3 >= 3.10 will fail building if deprecation warnings are on.Jörg Mayer1-1/+4
2013-11-21Remove one accidentally remaining reference to emem in XMPP utils.Evan Huus3-523/+6
2013-11-20Fix Bug #9457 Update BACnet vendor listJakub Zawadzki1-2/+12
2013-11-20Fix minor issue introduced with conversion to new expert API in r51688.Evan Huus1-1/+1
2013-11-20status, in main, is now used only if we have libpcap.Guy Harris1-1/+1
2013-11-20libui is an static library, not a dynamic library, so the WS_DLL_PUBLICGuy Harris1-1/+1
2013-11-20As per suggestion of Mike Morrin viaEvan Huus1-1/+1
2013-11-20Add support for a new type of frame data record seen in a k18 file, andGuy Harris1-10/+34