Ethereal-dev: [Ethereal-dev] Suggested patch for packet-mmse.c...

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

From: "Martin Gignac" <lmcgign@xxxxxxxxxxxxxxx>
Date: Wed, 29 May 2002 18:30:55 -0300
Hello,

I use Ethereal a lot for MMS testing and have noticed that the Sender-
Visibility header values were wrongly interpreted by the MMSE decoder.

I'm not a programmer, but I took a quick look at the latest source file for 
packet-mmse.c and here is a little change I humbly suggest for the next 
version...

--- packet-mmse.c.orig	Wed May 29 16:55:37 2002
+++ packet-mmse.c	Wed May 29 18:23:17 2002
@@ -808,7 +808,7 @@
 	},
 	{   &hf_mmse_sender_visibility,
 	    {   "Sender-Visibility", "mmse.sender_visibility",
-		FT_UINT8, BASE_HEX, VALS(vals_yes_no), 0x00,
+		FT_UINT8, BASE_HEX, VALS(vals_sender_visibility), 0x00,
 		"Disclose sender identity to receiver or not.",
 		HFILL
 	    }

Regards,
-Martin Gignac