Potential infinite loop at line 608 of packet-gdsdb.c
while(tvb_bytes_exist(tvb, 0, 12)) { proto_tree_add_item(tree,
hf_gdsdb_receive_direction, tvb, offset, 4, FALSE); offset += 4;
proto_tree_add_item(tree, hf_gdsdb_receive_offset, tvb, offset, 8, FALSE);
offset += 8;} Perhaps the intention was: tvb_bytes_exist(tvb, offset, 12)
_________________________________________________________________
Help yourself to FREE treats served up daily at the Messenger Café. Stop by
today.
http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline_______________________________________________
Wireshark-dev mailing list
[email protected]
http://www.wireshark.org/mailman/listinfo/wireshark-dev