aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-08Move the definition of the structure constructed for each SPXGuy Harris1-9/+1
transmission (and shared by all retransmissions), and passed to SPX subdissectors, to "packet-ipx.h", and use the same structure in the SPX dissector and the NDPS dissector. Set up conversations and those structures without checking whether we've seen the packet before or not; just check whether we find the conversation before creating a new one, and check whether we find a structure for the packet before creating a new one. Pass it to the subdissector regardless of whether we've seen the packet before or not, and check it in the NDPS dissector regardless of whether we've seen it before or not. Don't store a "retransmission" flag in the structure - the initial transmission and the retransmissions all share a single data structure, but they don't all have the same value for the "retransmission" flag, and you can tell whether a packet is a retransmission or not by comparing its frame number with the frame number from the structure; if they're different, it's a retransmission. svn path=/trunk/; revision=7418
2003-04-08From Greg Morris: update the introductory comment, add defragmentationGuy Harris1-1/+11
support, fix various bugs, and finish up the NDPS decodes. svn path=/trunk/; revision=7417
2002-10-15Fix the file name in the initial comment.Guy Harris1-3/+3
Fix a typo in Gerald's e-mail address. svn path=/trunk/; revision=6423
2002-09-23Dissector for Novell Distributed Print Services by Greg Morris.Jörg Mayer1-0/+32
NDPS runs on top of SPX and TCP. svn path=/trunk/; revision=6323