aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Remove ep_strbuf codeEvan Huus1-10/+0
2015-01-12Fix Cygwin pathGraham Bloice1-1/+1
2015-01-12Fix Cygwin path in runa2x.shGraham Bloice1-1/+4
2015-01-11Revert "Lemon: Update lemon tools"Pascal Quantin1-722/+578
2015-01-11Lemon: Update lemon toolsAlexis La Goutte1-578/+722
2015-01-10Remove/replace ep_strsplit()Evan Huus1-1/+0
2015-01-09CMake: Migrate to hhc.cmake.Gerald Combs2-7/+0
2015-01-08CMake: Enable DocBook on Windows.Gerald Combs3-0/+58
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+1
2015-01-07Add tvb_address_to_str.Michael Mann1-4/+1
2015-01-06checkAPIs: C++ comments are allowed in Windows resource files.Gerald Combs1-1/+7
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+0
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