aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-1/+1
2014-02-14Remove $Id$ and other Subversion leftovers from the tools.Jeff Morriss1-3/+0
2013-12-18Fix [-Wmissing-prototypes]Anders Broman1-0/+1
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki1-0/+1
2013-12-01Use 4-space (PEP 8) indentation. Add modelines.Gerald Combs1-0/+12
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-10Move struct _ftype_t + callback typedefs + free macro to ftypes-int.hJakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-08Add filterable expert info to NCP dissector.Michael Mann1-0/+39
2013-08-02Make sure we're compatible with Python 2 + 3. Tested with Pythons 2.5,Gerald Combs1-13350/+13355
2013-04-10Use consistent "generated automatically" wording which will hopefully beGerald Combs1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2013-02-15Comment out a number of unused hf[] enrries found by checkhf.Bill Meier1-10/+30
2012-09-27Added additional server information in NCP 23/17 reply structure for OES Linux.Greg Morris1-1/+13
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-2/+2
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+4
2010-11-01Compile (over 100) dfilters only if needed rather than at every Wireshark sta...Bill Meier1-31/+10
2010-10-10Define some fcns & vars as static...Bill Meier1-2/+2
2010-02-02Added protocol name to "Reassembled length" text.Guy Harris1-1/+1
2010-02-02Add a field for the reassembled length.Guy Harris1-0/+4
2010-02-02Clean up white space.Guy Harris1-903/+890
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-6/+6
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-0/+16420