aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Try to fix [-Wmissing-prototypes]Anders Broman7-1/+9
2013-11-12Now that fvalue_to_string_repr() returns NULL if the fvalue's ftype hasGuy Harris1-6/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki16-0/+18
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann2-21/+23
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki2-0/+2
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann3-622/+601
2013-11-05Remove setting of pinfo->private_data to ETHERCAT_MBOX_HEADER structure as it...Michael Mann1-1/+0
2013-11-02Pass struct tcpinfo into all TCP subdissectors instead of through pinfo->priv...Michael Mann1-4/+6
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier29-37/+10
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-10-24Minor cleanup.Michael Mann2-5/+1
2013-10-24Make WiMax CDMA Code Attribute its own protocol with it's own filter.Michael Mann1-10/+8
2013-10-24Create a single array of ett_ variables, instead of individual etts + array o...Michael Mann1-587/+17
2013-10-24Remove profinet_conv member of struct _packet_info and turn it into proto_data.Michael Mann1-6/+5
2013-10-23Fix (using '#if 0') a few more [-Wunused-const-variable] warningsBill Meier7-3/+26
2013-10-23Fix (using '#if 0') various [-Wunused-const-variable] warningsBill Meier8-2/+65
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-1/+13
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice15-0/+15
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+3
2013-09-30Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-09-28Fix various warnings in (hopefully) the right ways.Evan Huus7-12/+5
2013-09-281. Remove PITEM_FINFO from add_tlv_subtree and add_protocol_subtree (as well ...Michael Mann16-2017/+1427
2013-09-24Prevent crashing as a result of tree removal in r52208. Tree removal + this ...Michael Mann1-2/+2
2013-09-24You are in a twisty little maze of code paths, all different. Get ridGuy Harris1-416/+407
2013-09-24Stuff used when checking the CRC needs to be done regardless of whetherGuy Harris1-9/+14
2013-09-24Get rid of unused variable.Guy Harris1-3/+0
2013-09-24Fix copy-and-pasteo(?).Guy Harris1-2/+2
2013-09-24One advantage of making as many things as possible static is that, ifGuy Harris1-1/+4
2013-09-24Wimax dissector improvements:Michael Mann29-1193/+467
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin3-3/+3
2013-09-22Don't declare proto_mac_mgmt_msg_ucd_decoder twice.Jeff Morriss1-1/+0
2013-09-22Make dissectors register for their MAC Management Message Type and use dissec...Michael Mann31-902/+603
2013-09-20Enhance DOCSIS dissector with new fields. Bug 9149 (https://bugs.wireshark.o...Michael Mann1-5/+86
2013-09-17emem -> wmemPascal Quantin11-72/+77
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann6-130/+130
2013-09-08Convert profinet dissector to use filterable expert info.Michael Mann3-153/+197
2013-09-02Fix Function call argument is an uninitialized value Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-08-27Enhance Profinet MRP (Merge LinkUp and LinkDown)Alexis La Goutte1-74/+23
2013-08-16packet-dcerpc-pn-io.c: In function 'dissect_PNIO_C_SDU':Anders Broman1-1/+1
2013-08-16From Wido Kelling:Anders Broman1-1/+2
2013-08-15As suggested by Volcke Mario, fixingEvan Huus1-1/+0
2013-08-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9035 :Pascal Quantin1-5/+11
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1