Ethereal-dev: [Ethereal-dev] Patch for NCP dissector

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Greg Morris" <GMORRIS@xxxxxxxxxx>
Date: Fri, 25 Apr 2003 09:19:48 -0600
This patch corrects the problem with the following.
 
1. NCP 123,62 did not display value for the set command. Set default value to guint32.
2. Some NCP's that displayed the file/directory path in the summary window would display blank lines on Windows based machines. This was due to unicode or non-displayable characters contained in the character string being added to the column data. I made a change to format/strip out non-displayable characters prior to adding to the column data.
3. Moved ncp_req_hash_value struct to packet-ncp-int.h so that I can use it within a future dissector (NMAS).
 
Greg

Attachment: ncp2222.py.diff
Description: Binary data

Attachment: packet-ncp-int.h.diff
Description: Binary data

Attachment: packet-ncp2222.inc.diff
Description: Binary data