aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-06Remove hfinfo->bitshift member, add hfinfo_bitshift() to get it.Jakub Zawadzki2-2/+2
2013-07-22Revert removed line in r50774, we can update pinfo->rel_ts not sure if it mak...Jakub Zawadzki1-0/+1
2013-07-21Update plugins/ with recent change.Jakub Zawadzki2-2/+1
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki4-5/+5
2013-07-16Bail in the profinet heuristics if we don't have source and destination macEvan Huus1-1/+7
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard1-2/+3
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss3-4/+7
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris3-6/+6
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris3-14/+12
2013-07-06Add our license header to plugin moduleinfo.h files. Cleans up a batch ofEvan Huus12-0/+276
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris3-7/+7
2013-07-01Fix Coverity CID 280618 (Dereference before null check).Chris Maynard1-2/+2
2013-07-01Fix Coverity CID 1035326 (Improper use of negative value) by guarding against...Chris Maynard1-0/+2
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier2-4/+4
2013-06-30Add a question about whether hf_pn_rt_frag_data should be FT_STRING or FT_BYTES.Jeff Morriss1-0/+2
2013-06-25Link this plugin with libwsutil too (in order to pick up time symbols).Jeff Morriss1-1/+1
2013-06-25makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes.Chris Maynard2-2/+2
2013-06-17More PDU export work:Pascal Quantin1-17/+1
2013-05-29Batch (some of) the plugins to filterable expert infos. The Profinet plugin ...Michael Mann7-18/+93
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-1/+1