http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1811
------- Comment #7 from croll@xxxxxxxxxxxxxxxxx 2007-08-31 11:11 GMT -------
I've completed an initial version of my semi-random packet generator. The
comments at the beginning of the file have a short description of its usage.
See attached the script and a sample capture file.
During my development, I found a bug in the dissector. It's a one line change:
--- packet-wimaxasncp.c~ 2007-08-28 19:21:28.000000000 -0500
+++ packet-wimaxasncp.c 2007-08-30 07:05:16.000000000 -0500
@@ -2062,7 +2062,7 @@
proto_tree_add_item(
tree, hf_wimaxasncp_tlv_value_ipv6,
- tvb, offset, 8, FALSE);
+ tvb, offset, 16, FALSE);
proto_item_append_text(
tlv_item, " - %s (%s)",
--
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.