aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-17From Greg Morris: don't add zero-length items to the tree, add someGuy Harris1-53/+225
2003-08-25From Greg Morris: fix reassembly not to use global variables, and to useGuy Harris1-83/+101
2003-07-25Fix signed/unsigned comparison warnings.Gilbert Ramirez1-5/+11
2003-06-04Don't use fields in the packet for subtree items - create a separateGuy Harris1-701/+1325
2003-04-21From Greg Morris:Guy Harris1-2587/+1510
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-04-09Make the individual flag bits in the Connection Control field of the SPXGuy Harris1-11/+2
2003-04-09Instead of using passing the SPX hash value to subdissectors, attach toGuy Harris1-3/+3
2003-04-09Fix some spelling/punctuation/capitalization/etc. errors.Guy Harris1-12/+12
2003-04-09Don't create a protocol tree or do anything to the columns beforeGuy Harris1-31/+32
2003-04-08When dissecting a reply, don't put the frame number of the correspondingGuy Harris1-6/+5
2003-04-08"ndps_req_hash_cleanup()" doesn't need to do anything (the dataGuy Harris1-15/+5
2003-04-08Get rid of unused "ddp_dissector_table" variable.Guy Harris1-14/+16
2003-04-08Move the definition of the structure constructed for each SPXGuy Harris1-7/+5
2003-04-08From Greg Morris: update the introductory comment, add defragmentationGuy Harris1-973/+7030
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-6/+6
2002-10-22Add support for desegmentation of NDPS-over-TCP.Guy Harris1-12/+59
2002-10-22Get rid of extra blanks at ends of program names (they're not needed; inGuy Harris1-479/+234
2002-10-22Do a full dissection of NDPS packets regardless of whether we'reGuy Harris1-98/+98
2002-10-21From Greg Morris:Guy Harris1-138/+2658
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris1-294/+160
2002-10-10Backout previous patch - the warning was left intentionallyJörg Mayer1-2/+2
2002-10-10Silence an unjustified warningJörg Mayer1-2/+2
2002-10-08Fix some compiler warnings.Guy Harris1-40/+40
2002-09-23Dissector for Novell Distributed Print Services by Greg Morris.Jörg Mayer1-0/+916