From 7cfa27b04bc8564d8f2c747e7f78fe55bfa67de3 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 5 Apr 2010 20:04:52 +0000 Subject: Get rid of a bunch of check_col(). svn path=/trunk/; revision=32388 --- tools/wireshark_gen.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/wireshark_gen.py') diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py index ade13592b7..19dd25a06e 100755 --- a/tools/wireshark_gen.py +++ b/tools/wireshark_gen.py @@ -2141,7 +2141,6 @@ static proto_tree *start_dissecting(tvbuff_t *tvb, packet_info *pinfo, proto_tre * Do not clear COL_INFO, as nothing is being written there by * this dissector yet. So leave it as is from the GIOP dissector. * TODO: add something useful to COL_INFO - * if (check_col(pinfo->cinfo, COL_INFO)) * col_clear(pinfo->cinfo, COL_INFO); */ -- cgit v1.2.3