aboutsummaryrefslogtreecommitdiffstats
path: root/ncp2222.py
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-7/+7
"header_field_info" structure, including the ones that are later set by the routines to register fields. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3561 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-02Changes to structure initializations not to initialize some but not allguy1-2/+2
members, from Joerg Mayer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3501 f5534014-38df-0310-8fa8-9805f1628bb7
2000-09-22Move #included C code from an *.h file to an *.inc file.gram1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2456 f5534014-38df-0310-8fa8-9805f1628bb7
2000-09-06Fix offset bug in func 0x1737, and added code to automatically checkgram1-11/+45
offsets. Bug found by Marcel Cox <marcel.cox@myrealbox.com> git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2389 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-30Add FT_STRINGZ type. NCP dissector is only one that uses it right now.gram1-7/+17
Remove tvb_get_stringz from quake dissector and add tvb_get_nstringz, tvb_get_nstringz0, and tvb_strnlen to tvbuff.c. Remove multiple definitions of pntohl and friends from various places (except for wiretap) and put into pint.h Consolidate duplicate code for turning FT_* enums into strings (ala the glossary). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2382 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-22Change FT_NSTRING_UINT8 to FT_UINT_STRING. The length parameter passedgram1-7/+19
to proto_tree_add_item() will indicate if the length of the string is indicated by an UINT8, UINT16, UINT24, or UINT32. Change NCP dissector-maker to produce FT_UINT_STRING. Fix off-by-one in dissection of some NCP reply packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2334 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-09- make-reg-dotdeniel1-46/+46
Do not assume that all dissectors are in the source directory. This is the case for instance for packet-ncp2222.c which is generated in the production directory (current). This is particularly important when the generation is not made in the source directory. - ncp2222.py Remove tabs in generated source to make the generated code nicer and to make work the make-reg-dotc. Without that fix, all NCP packet dissections dump core ... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2241 f5534014-38df-0310-8fa8-9805f1628bb7
2000-08-08Convert comments to docstrings.gram1-319/+329
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2229 f5534014-38df-0310-8fa8-9805f1628bb7
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlygram1-0/+1406
a framework for the dissector; of the more than 400 NCP packet types, only a handful are defined. But this dissector framework is much better than the previous one. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2173 f5534014-38df-0310-8fa8-9805f1628bb7