aboutsummaryrefslogtreecommitdiffstats
path: root/packet-data.c
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@ns.aus.com>2004-01-03 18:40:08 +0000
committerRichard Sharpe <sharpe@ns.aus.com>2004-01-03 18:40:08 +0000
commitfa9874ef73e0bb94c525a534b61e8ac75415bc9f (patch)
treebaf17f3e7d92f2855ed3571140193a98c0baa779 /packet-data.c
parent5d7261eb78a84974c9137fe71c931bacafa054dc (diff)
Apply the patches from Tadaaki Nagao for a global version of disabled
protocols ... svn path=/trunk/; revision=9538
Diffstat (limited to 'packet-data.c')
-rw-r--r--packet-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-data.c b/packet-data.c
index 7583ae3ac2..5964b9c081 100644
--- a/packet-data.c
+++ b/packet-data.c
@@ -2,7 +2,7 @@
* Routines for raw data (default case)
* Gilbert Ramirez <gram@alumni.rice.edu>
*
- * $Id: packet-data.c,v 1.33 2003/04/22 13:47:37 tuexen Exp $
+ * $Id: packet-data.c,v 1.34 2004/01/03 18:40:07 sharpe Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -67,5 +67,5 @@ proto_register_data(void)
* "Data" is used to dissect something whose normal dissector
* is disabled, so it cannot itself be disabled.
*/
- proto_set_cant_disable(proto_data);
+ proto_set_cant_toggle(proto_data);
}