aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ncp2222.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-07tools: Initialize static proto valuesStig Bjørlykke1-562/+562
2023-06-27Convert the NCP dissector and generator to C99 typesGerald Combs1-8/+8
2022-12-14NCP: Add offset overflow checking.Gerald Combs1-0/+2
2021-11-11ftypes: Internal headers need to be internalJoão Valverde1-1/+1
2021-01-11Fix duplicated filter namecated fileter namesAnders Broman1-1/+1
2020-11-05Tools+test: Call python3 explicitly.Gerald Combs1-1/+1
2020-09-26Fix issues discovered by common python lintersJeff Widman1-10/+10
2020-09-15ncp: fix display of DS_FULL_CLASS_DEFS.Guy Harris1-0/+12
2020-09-15NCP: add more comments to tools/ncp2222.py.Guy Harris1-1/+22
2020-09-11ncp: add a comment about possibly null-truncated strings.Guy Harris1-0/+7
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-4/+7
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-16Updates to NCP protocol dissectorGreg Morris1-0/+12
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2017-02-02ncp: convert GHashTable to wmem_map_t.Dario Lombardo1-3/+4
2017-01-29Register reassembly tablesMichael Mann1-0/+4
2016-10-26ncp2222.py: fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
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