ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 1383] support for the epmd protocol

Date: Sun, 25 Feb 2007 08:02:41 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383





------- Comment #2 from jaap.keuter@xxxxxxxxx  2007-02-25 08:02 GMT -------
Why all this data retrieval and adding by type? I mean stuff like this:
        epmd_dist_high = tvb_get_ntohs(tvb, 6);
        proto_tree_add_uint(tree, hf_epmd_dist_high, tvb, 6, 2,
epmd_dist_high);
why not using proto_tree_add_item()? 
Why not using a running offset? It's usually easier to maintain, you could even
consider using pvt_cursor.


-- 
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.