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.