aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-29NCP2222: change ncp.nds_return_all_classes filter type from FT_STRING to FT_U...Pascal Quantin1-1/+1
2015-09-25ncp2222: Use BASE_CUSTOM for date and time fields.Michael Mann1-18/+15
2015-09-25Convert dissect_nds_request and dissect_nds_reply to use proto_tree_add_xxx d...Michael Mann1-13/+24
2015-09-25Refactor NCP Python data so that INFO column can be generated on the fly (TAK...Michael Mann1-462/+498
2015-09-22Revert "Refactor NCP Python data so that INFO column can be generated on the ...Michael Mann1-471/+455
2015-09-19Refactor NCP Python data so that INFO column can be generated on the fly.Michael Mann1-455/+471
2015-09-19Some more ncp2222 improvementsMichael Mann1-544/+568
2015-09-17ncp2222 - Convert process_bitfield -> proto_tree_add_bitmask and other cleanup.Michael Mann1-10/+121
2015-09-15ncp2222 Updatesgmor1207@gmail.com1-195/+516
2015-09-12Eliminate proto_tree_add_text from packet-ncp2222.incMichael Mann1-1/+22
2015-08-08NCP2222.py : fix generate indent (use 4 spaces)Alexis La Goutte1-64/+64
2015-05-01Add tshark -z "ncp,srt"Michael Mann1-132/+0
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