aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier44-7941/+7702
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-3/+10
2014-09-18Having CmakeListsCustom.txt in git defeats the purpose of its existence:Joerg Mayer1-28/+0
2014-09-17opcua: prefix all hf_register_info with opcua, unify namingHannes Mezger4-67/+67
2014-09-17opcua: use BASE_NONE instead of 0Hannes Mezger1-4/+4
2014-09-17opcua: format all hf_register_info tables by aligning them to longest valueHannes Mezger5-176/+89
2014-09-17opcua: remove unused codeHannes Mezger2-20/+0
2014-09-17opcua: add hint to OPCUA settings tooltipHannes Mezger1-1/+1
2014-09-06Remove obsolete dissectors.AndersBroman15-7551/+0