aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Add sanity check to ensure integer types don't get set to BASE_NONE.Michael Mann1-0/+15
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2015-01-02Have hf variables outputted in the order they were found in the file.Michael Mann1-8/+5
2014-12-31checkAPIs.pl: Error/warnings output goes to STDERRBill Meier1-4/+4
2014-12-28Create FT_FCWWN field type.Michael Mann1-1/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-1/+0
2014-12-28Removed duplicated #include linesDario Lombardo1-1/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+0
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-1/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+0
2014-12-21Allow "cba" filter prefix for hf_ fields (missed a Profinet file the first time)Michael Mann1-0/+1
2014-12-19Add parenthesis around some generated code so it compiles. This newStephen Fisher1-1/+1
2014-12-19Skip over the new 'switch' field in xproto/src/xinput.xml so we canStephen Fisher1-0/+1
2014-12-19Put a colon after the error message and before the field the errorStephen Fisher1-1/+1
2014-12-19Add a comment to each of these scripts to say thatStephen Fisher2-0/+4
2014-12-18Allow "cba" filter prefix for hf_ fields. Seems like something with "pn" or ...Michael Mann1-0/+1
2014-12-17Fixed bug in ZigBee (zbee) decryption, added Key Establishment cluster and mo...Chris Brandson1-0/+2
2014-12-09Fix filename matching.Gerald Combs1-1/+1
2014-12-08It's a reasonable expectation that we will have C++ style comments inGerald Combs1-1/+1
2014-12-08Add proto_tree_add_bitmask_with_flags.Michael Mann1-0/+2
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-1/+1
2014-12-01Improve checkfiltername.pl for pre-commit script.Michael Mann1-10/+46
2014-11-25pre-commit tools: Add arg option to specify the commit id to be checkedAlexis La Goutte1-2/+9
2014-11-20Give better hints as to where the "expert info" fields go.Michael Mann1-2/+2
2014-11-20White space tweaking to match what's in Samba git.Guy Harris2-14/+13
2014-11-11Tools: Add fix_pragma_wdocumentation to UNKNOWN licenceAlexis La Goutte1-0/+4
2014-11-11Add tools for fix -WdocumentationAlexis La Goutte1-0/+12
2014-11-08Add checkfiltername.pl to pre-commit scriptMichael Mann2-4/+8
2014-11-07Fix all remaining filter name errors found with checkfiltername.plMichael Mann1-0/+12
2014-11-04add the type dom_sid28 and call ad-hoc dissectorGuy Harris1-0/+5
2014-11-04SWITCH_TYPE is not always defined, SwitchType() will try to find a fallbackGuy Harris1-32/+46
2014-11-03generate ALIGN_TO_x_BYTES instructions if the element has the align_x flagGuy Harris1-0/+6
2014-11-03if the structure has the flag no_align then set also no_align in the dceprc_i...Guy Harris1-1/+25
2014-11-03Remove casts, make some whitespace changes in generated code.Guy Harris1-4/+4
2014-11-03add definition for IPV4/IPV6 typesGuy Harris1-0/+2
2014-11-03insure that we have an entire match for the variable nameGuy Harris1-1/+1
2014-11-03generate an error for the new Pipe type in typedefGuy Harris1-2/+11
2014-11-03add a function to change the type of a hf_fieldGuy Harris1-0/+17
2014-11-03Handle the case when the DATA_TYPE is not a simple typeGuy Harris1-1/+8
2014-11-03Improve string delection in function ContainsStringGuy Harris1-0/+10
2014-11-03Make the compilation of PIDL produce the same results if the content hasn't c...Guy Harris7-26/+39
2014-11-03Pass di to one more call to PIDL_dissect_uint8().Guy Harris1-1/+1
2014-10-31Improve the "guessing" of the hf_ field and encoding values.Michael Mann1-7/+29
2014-10-30Prohibit ctype APIs (except toupper() which is still used by file.c - makeJeff Morriss1-7/+26
2014-10-30Tell the user which file __func__ was found in.Jeff Morriss1-2/+3
2014-10-30convert_proto_tree_add_text.pl - missed adding an else statement to logic.Michael Mann1-2/+2
2014-10-30Add logic to determine if a "tvb get" call is used as a parameter to a proto_...Michael Mann1-1/+24
2014-10-08[tools] Add missing GPL license to generate-bacnet-vendors.pyAnish Bhatt1-0/+18
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-7/+0
2014-10-07[tools] add script to automatically generate bacnet vendorsAnish Bhatt1-0/+36