aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-02-06More emem removal.Jeff Morriss2-9/+0
2015-02-04emem is dead! Long live wmem!Michael Mann1-4/+0
2015-01-28Add files missing from the tarball.Anders1-0/+3
2015-01-19Skinny: packet-skinny.cDiederik de Groot1-9/+29
2015-01-19Eliminate ep_strdup(), as it's no longer used.Guy Harris1-17/+0
2015-01-18Nobody uses se_ allocations, so remove the code for them.Guy Harris2-22/+3
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-18asn2wrs: autodetect if 64 bits variant is required for constrained integersPascal Quantin1-1/+15
2015-01-18Remove ep_strndupMichael Mann1-1/+0
2015-01-17Replace all remaining instances of ep_new with wmem_new and wmem_packet_scope.Michael Mann1-2/+0
2015-01-16Kill more unused emem functionsEvan Huus1-3/+0
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