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