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 someguy1-53/+225
2003-08-25From Greg Morris: fix reassembly not to use global variables, and to useguy1-83/+101
2003-07-25Fix signed/unsigned comparison warnings.gram1-5/+11
2003-06-04Don't use fields in the packet for subtree items - create a separateguy1-701/+1325
2003-04-21From Greg Morris:guy1-2587/+1510
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beguy1-1/+2
2003-04-09Make the individual flag bits in the Connection Control field of the SPXguy1-11/+2
2003-04-09Instead of using passing the SPX hash value to subdissectors, attach toguy1-3/+3
2003-04-09Fix some spelling/punctuation/capitalization/etc. errors.guy1-12/+12
2003-04-09Don't create a protocol tree or do anything to the columns beforeguy1-31/+32
2003-04-08When dissecting a reply, don't put the frame number of the correspondingguy1-6/+5
2003-04-08"ndps_req_hash_cleanup()" doesn't need to do anything (the dataguy1-15/+5
2003-04-08Get rid of unused "ddp_dissector_table" variable.guy1-14/+16
2003-04-08Move the definition of the structure constructed for each SPXguy1-7/+5
2003-04-08From Greg Morris: update the introductory comment, add defragmentationguy1-973/+7030
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-6/+6
2002-10-22Add support for desegmentation of NDPS-over-TCP.guy1-12/+59
2002-10-22Get rid of extra blanks at ends of program names (they're not needed; inguy1-479/+234
2002-10-22Do a full dissection of NDPS packets regardless of whether we'reguy1-98/+98
2002-10-21From Greg Morris:guy1-138/+2658
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",guy1-294/+160
2002-10-10Backout previous patch - the warning was left intentionallyjmayer1-2/+2
2002-10-10Silence an unjustified warningjmayer1-2/+2
2002-10-08Fix some compiler warnings.guy1-40/+40
2002-09-23Dissector for Novell Distributed Print Services by Greg Morris.jmayer1-0/+916