aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Wimax: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte3-1/+3
2015-01-04Fix linkage on Windows machinePascal Quantin1-1/+1
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-1/+1
2015-01-04stats tree plugin: fix no previous prototype for 'plugin_register_tap_listene...Alexis La Goutte1-0/+2
2015-01-03[PROFINET] Fix swapped MaintenanceRequired & MaintenanceDemanded bitsAnish Bhatt1-8/+8
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier15-15/+15
2015-01-01Rename a variable to avoid a compiler warning.Guy Harris1-3/+3
2015-01-01Eliminate proto_tree_add_text from WiMax plugin.Michael Mann6-892/+2228
2014-12-31Remove proto_tree_add_text from packet-dcerpc-pn-io.cMichael Mann1-3/+7
2014-12-29Wimaxasncp: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-2/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-13/+3
2014-12-26Fix assertion when applying conversation colorPascal Quantin1-16/+16
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann5-53/+60
2014-12-23DOCSIS: missing break in switch (CID 280485 & 280486)Alexis La Goutte2-0/+2
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte1-3/+3
2014-12-22plugins: Cleanup #includesBill Meier75-122/+30
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann2-12/+27
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris3-3/+3
2014-12-21Remove profinet_type from packet_info structure.Michael Mann2-35/+43
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-1/+1
2014-12-13plugins: replace ENC_NA by ENC_..._ENDIAN when fetching integral typesBill Meier2-14/+14
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+49
2014-12-08Fix full name of NodeId namespace index field, was a copy&pase errorHannes Mezger1-1/+1
2014-12-02Fix instances of duplicate display-filter-names with incompatible types.Bill Meier1-5/+5
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-1/+0
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier1-1/+1
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-11-24Mate: Fix indent (use tabs)Alexis La Goutte1-6/+6
2014-11-24Pass FrameID as data to the heuristic table, rather than use pinfo->private_d...Michael Mann6-44/+24
2014-11-23Remove use of pinfo->private_data (which doesn't appear to be used anyway) an...Michael Mann3-49/+44
2014-11-20IrDA: always initialize buffer before accessing itPascal Quantin1-0/+3
2014-11-19Eliminate proto_tree_add_text from packet-mate.cMichael Mann1-28/+50
2014-11-17Eliminate proto_tree_add_textMichael Mann1-207/+101
2014-11-17Eliminate proto_tree_add_text by formatting field hf_opcua_ByteString in a fe...Michael Mann1-3/+2
2014-11-15Eliminate proto_tree_add_text from some plugin dissector files.Michael Mann4-83/+109
2014-10-22Replace pinfo->circuit_id will passing data through functions.Michael Mann3-44/+41
2014-10-20Sign, Flex strikes again; it generates code that produces warnings.Guy Harris1-3/+6
2014-10-19This appears to be clean with my build; see if it needs work with others.Guy Harris1-6/+3
2014-10-19Eliminate a use of a ctype.h function.Guy Harris1-2/+1
2014-10-18Use proto_tree_add_expert_format instead of proto_tree_add_textHannes Mezger1-12/+16
2014-10-17Use proto_tree_add_bitmask for ExpandedNodeId EncodingMaskHannes Mezger1-9/+16
2014-10-17Add argument 'packet_info *pinfo' to all dissecting functionsHannes Mezger15-1623/+1624
2014-10-16Replace proto_tree_add_text in non-generated filesHannes Mezger2-36/+39
2014-10-16Replace proto_tree_add_text with proto_tree_add_subtree(_format) in generated...Hannes Mezger2-432/+431
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier1-3/+4
2014-10-13fix forward declarations in opcua_serviceparser.hHannes Mezger1-271/+159
2014-10-12Add support for NTTIME_hyper and NTTIME_1secMatthieu Patou1-1/+1
2014-10-09CMake: Bundle our plugins.Gerald Combs14-42/+168
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier2-6/+6
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier70-3745/+4623