Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5770] Add conversation tracking to ICMP.

Date: Wed, 23 Mar 2011 10:35:43 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5770

--- Comment #21 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2011-03-23 10:35:43 PDT ---
(In reply to comment #17)
> http://svn.freebsd.org/viewvc/base/head/sbin/ping/ping.c?view=markup

BTW, the pinger contains the bug where the identifier is not added in network
byte order, i.e., "icp->icmp_id = ident;" should be "icp->icmp_id =
htons(ident);" just like the seq #.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.