http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1492
Summary: ciscoci plugin adapted for wireshark
Product: Wireshark
Version: 0.99.5
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: ssinyagin@xxxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
hi,
I've adapted the CiscoCI plugin to the Wireshark version 0.99.5:
http://www.ethereal.com/lists/ethereal-dev/200502/msg00547.html
It required only minor changes in the plugin code related to the
plugging the infrastructure, and a small change in the Wireshark code:
--- wireshark-0.99.5/epan/dissectors/packet-frame.c 2007-02-02
00:00:57.000000000 +0100
+++ wireshark-0.99.5_ciscoci/epan/dissectors/packet-frame.c 2007-03-26
16:28:02.000000000 +0200
@@ -321,7 +321,7 @@
}
ENDTRY;
- if (tree) {
+ if (tree && pinfo->layer_names != NULL) {
proto_item_append_string(ti, pinfo->layer_names->str);
g_string_free(pinfo->layer_names, TRUE);
pinfo->layer_names = NULL;
If needed, I can attach the updated ciscoci package, although the changes are
quite trivial.
It will be great to include this plugin into the Wireshark distribution.
thanks,
stan
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.