aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to modify COL_INFO based on field values.backups/Novell_NCP_branch@18706Novell_NCP_branchGilbert Ramirez2002-05-096-21/+92
* Updates from Greg Morris.Gilbert Ramirez2002-03-302-841/+588
* Add an FT_UINT_BYTES type, like FT_UINT_STRING.Gilbert Ramirez2002-03-085-38/+106
* Allow uint's that use value_strings in bitfield definitions.Gilbert Ramirez2002-03-071-9/+54
* Latest update from Greg Morris. Besides new definitions, a changeGilbert Ramirez2002-03-061-2042/+1906
* This is almost identical to the change made in the main branch. I needGilbert Ramirez2002-03-063-26/+82
* Fix bug in endianness-override feature of _rec().Gilbert Ramirez2002-03-051-7/+24
* Allow endianness to be overridden for uints involved in bitfields.Gilbert Ramirez2002-03-051-37/+37
* Updates from Greg Morris. Default the int in nstring16 and nstring32Gilbert Ramirez2002-03-041-241/+306
* Allow fields that are NCP structs to have descriptive names and sub-treesGilbert Ramirez2002-03-045-13/+70
* Be sure to check the value of ncp_rec before de-referencing it.Gilbert Ramirez2002-03-041-11/+12
* Add bitfield16, bitfield24, and bitfield32 types.Gilbert Ramirez2002-03-031-90/+110
* Add nstring16 and nstring32 types.Gilbert Ramirez2002-03-021-11/+30
* Add support for NetWare Date and Time formats.Gilbert Ramirez2002-03-023-26/+169
* Replies that have "request conditions" come in two flavors. The packetsGilbert Ramirez2002-03-013-54/+148
* Be sure to escape-out the slash in a "\n" that is supposed to beGilbert Ramirez2002-02-271-2/+2
* Define macros NO_VAR, NO_REPEAT, and NO_REQ_COND based on compile-timeGilbert Ramirez2002-02-272-15/+15
* Move the "endianness" field in ptvc_record so that all theGilbert Ramirez2002-02-272-18/+18
* Dramatically decrease the time required to run. The routine whichGilbert Ramirez2002-02-271-67/+89
* Define all 490 NCP types whose definitions are publicly available.Gilbert Ramirez2002-02-261-872/+1985
* Add "Request Condition" support to NCP decodes. This allows fieldsGilbert Ramirez2002-02-2415-246/+591
* Properly maintain 'global_highest_var' so that it does keep trackGilbert Ramirez2002-02-221-2/+3
* Don't define PTVC_VARIABLE_LENGTH because in practice, it's not used.Gilbert Ramirez2002-02-204-24/+45
* Allow for variable-length fields in structs during sanity checking.Gilbert Ramirez2002-02-202-18/+34
* Fixes and updates. More NCP packet definitions.Gilbert Ramirez2002-02-181-543/+1334
* Fix definition of AttributesStruct in ncp2222.pyGilbert Ramirez2002-02-163-110/+147
* Fix an endianness problem; add more NCP field types and packetGilbert Ramirez2002-02-161-58/+216
* Add *lots* of new NCP types, thanks to Greg Morris <GMORRIS@novell.com>,Gilbert Ramirez2002-02-165-404/+8675
* This commit was manufactured by cvs2svn to create branchCvs2svn2002-02-153-3215/+0
|\
* | From Joerg Mayer: remove trailing blanks from hex dump inGuy Harris2002-02-152-2/+3
* | AiroPeek puts variable-length, not padded fixed-length, 802.11 headersGuy Harris2002-02-151-6/+6
* | Put in a missing "break;" statement. (Testing the untested AiroPeekGuy Harris2002-02-151-1/+2
* | Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toGuy Harris2002-02-151-2/+2
* | Comment-out FT_UCS2_LE, and remove the already commented-out FT_TEXT_ONLY.Gilbert Ramirez2002-02-151-4/+2
* | Add ncp2222 as a type of packet than randpkt can produce.Gilbert Ramirez2002-02-141-6/+29
* | Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,Gilbert Ramirez2002-02-141-3/+3
* | FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez2002-02-141-2/+2
* | From Ronnie Sahlberg: add decoding of the (known) individual bits ofGuy Harris2002-02-141-22/+141
* | From Tim Potter:Guy Harris2002-02-141-11/+55
* | From Laurent Rabret: print the correct length in the ExtendedGuy Harris2002-02-142-5/+5
* | "tvb_ieee_to_long()" returns a "long", not a "long long", so you can'tGuy Harris2002-02-141-5/+5
* | GMPLS extensions for OSPF Opaque LSAsAshok Narayanan2002-02-142-6/+61
* | From Ronnie Sahlberg:Guy Harris2002-02-131-102/+210
* | From Ronnie Sahlberg: display the opnum also for reply packets.Guy Harris2002-02-131-1/+2
* | From Ronnie Sahlberg: display FILETIME values of 0x8000000000000000 asGuy Harris2002-02-131-2/+10
* | Have the private data for the SCSI dissection routines be a pointer to aGuy Harris2002-02-134-94/+258
* | Dissect "execute CDB" requests and replies.Guy Harris2002-02-121-20/+197
* | Move all the stuff in "packet-scsi.h" that's solely for the use ofGuy Harris2002-02-122-925/+928
* | Have a Q.931-over-TPKT TCP heuristic dissector.Guy Harris2002-02-121-277/+274
* | Display the fragment length, and fragment ordinal number, in decimal.Guy Harris2002-02-121-3/+3