summaryrefslogtreecommitdiff
path: root/epan/dissectors
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-27 18:31:19 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-27 18:31:19 +0000
commit4d1e9933055d2c3c01ce9070f8485c6b34420756 (patch)
tree90a76efe5c9b4cf683d342b4bcc9834642c04359 /epan/dissectors
parent642099c485bd96085a603efec282a70d382dc942 (diff)
downloadwireshark-4d1e9933055d2c3c01ce9070f8485c6b34420756.tar.gz
Update commented-out code to reflect the new reality.
svn path=/trunk/; revision=42296
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-mim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mim.c b/epan/dissectors/packet-mim.c
index 2df0d29f3e..4f1a3743f8 100644
--- a/epan/dissectors/packet-mim.c
+++ b/epan/dissectors/packet-mim.c
@@ -380,7 +380,7 @@ proto_reg_handoff_fabricpath(void)
/*
dissector_handle_t fp_handle;
fp_handle = new_create_dissector_handle(dissect_fp, proto_fp);
- dissector_add("ethertype", ETHERTYPE_DCE, fp_handle);
+ dissector_add_uint("ethertype", ETHERTYPE_DCE, fp_handle);
*/
static gboolean prefs_initialized = FALSE;