aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ndps.h
AgeCommit message (Collapse)AuthorFilesLines
2003-04-21From Greg Morris:Guy Harris1-1/+1819
1. Add definitions for Novell defined Object ID's 2. Cleanup displayed information 3. Object ID's no longer displayed by default. To enable then set option in the NDPS preferences to "Display NDPS Details" 4. Value Syntax no longer displayed by default. To enable then set option in the NDPS preferences to "Display NDPS Details" 5. Utilize SPX End of Message within NDPS/SPX Fragment packets 6. Numerous Bug fixes 7. Add Print Program Function 0x23 (Add Event Profile 2) 8. Add Print Program Function 0x24 (List Event Profiles 2) 9. Create consolidation functions to elliminate redundant code 10. Remove some unused variable definitions svn path=/trunk/; revision=7519
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