aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dissector-reg.py
AgeCommit message (Expand)AuthorFilesLines
2017-11-20Rewrite make-dissector-reg.py in CJoão Valverde1-330/+0
2017-11-19Fix (and chop) static build optionJoão Valverde1-5/+1
2017-11-18Begin cleanup of make-dissector-reg.pyJoão Valverde1-146/+51
2017-11-16Register protocols and handoffs in separate threads.Gerald Combs1-6/+82
2017-10-15plugins: Fix -Wmissing-prototype for plugin_register()João Valverde1-0/+2
2017-10-03Add version check for plugin compatibilityJoão Valverde1-2/+2
2017-09-30Make make-dissector-reg.py pay attention to word boundariesJoão Valverde1-3/+3
2017-09-30Fix typo in make-dissector-reg.pyJoão Valverde1-1/+1
2016-10-19Do not update register.c's timestamp if it is unchanged, otherwise it gets re...Joerg Mayer1-1/+0
2016-10-17$Id$ is useless with git - treat it exaclty like thisJoerg Mayer1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin1-2/+1
2016-06-13Indent register.c and other cosmetic changesJoão Valverde1-13/+31
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-2/+0
2013-12-27Generate prototype for plugin_reg_handoff()Jakub Zawadzki1-0/+2
2013-12-27Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-01Use indentation recommended by PEP 8.Gerald Combs1-126/+125
2013-12-01Fix compatibility with Python 2.5. Tested with 2.5, 2.6, 2.7, and 3.3.Gerald Combs1-3/+4
2013-11-29Graham BloiceJörg Mayer1-5/+14
2013-07-31Fix compatibility with older versions of Python. Tested with 2.5, 2.6,Gerald Combs1-1/+6
2013-07-31Add support for Python 3. Make sure we pass bytes to hashlib.sha1 asGerald Combs1-3/+3
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-4/+4
2013-04-11Make boilerplate consistent with other generated files and recognizableGerald Combs1-8/+9
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-4/+8
2012-09-25Touch the file in make-dissector-reg.py if it hasn't changed, so thatEvan Huus1-0/+14
2012-09-24Update make-dissector-reg.py to match r45083. Instead of writing the newGerald Combs1-59/+54
2012-09-24make-dissector-regJörg Mayer1-0/+1
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17Put back the part of the regexp's that avoids finding function prototypes.Jeff Morriss1-2/+2
2012-09-17Rather than reading the dissectors line by line and searching for theJeff Morriss1-35/+30
2012-09-17Unique-ify the list of dissector registration and handoff functions while weJeff Morriss1-3/+4
2012-01-26make-dissector-reg.py doesn't always open its cache file.Gerald Combs1-2/+2
2012-01-26Apply changes from the "2to3" conversion utility. Print cache information.Gerald Combs1-8/+14
2009-10-09Split register_count() into proto_reg_count() and handoff_reg_count()Kovarththanan Rajaratnam1-2/+24
2009-10-09Concatenate path in a more portable fashionKovarththanan Rajaratnam1-1/+1
2009-08-25Add more information to the comments at the top of the files we generate.Gerald Combs1-2/+20
2009-03-02Fix our keyword anchor.Gerald Combs1-1/+1
2009-03-02Add a version to register-cache.pkl and use it to rebuild the cache fromGerald Combs1-1/+6
2009-02-24From Vincent Helfre:Anders Broman1-5/+27
2009-02-02Revert previous checkin.Anders Broman1-48/+24
2009-02-02Use Python to build tshark-tap-register.cAnders Broman1-24/+48
2008-02-19Add 'executable' property to a few .pl and .py filesBill Meier1-0/+0
2007-05-07Updated splash screen for Wireshark that shows the initialisation progress. Graeme Lunt1-4/+23
2007-04-17Use the older-style ST_MTIME instead of st_mtime. This should fix backward Gerald Combs1-1/+2
2007-04-13Fixup whitespace.Gerald Combs1-4/+4
2007-04-06Add a registration symbol cache to make-dissector-reg.py. When youGerald Combs1-13/+52
2007-04-05Loosen up our restrictions so that plugins can compile.Gerald Combs1-13/+4
2007-04-05In epan/dissectors/Makefile.nmake, fix a typo.Gerald Combs1-1/+19
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-18Put a newline at the end of plugin.c files.Guy Harris1-1/+1
2006-04-20Rename "make-reg-dotc" to "make-dissector-reg", and do the same for theGuy Harris1-0/+170