]> The Tcpdump Group git mirrors - tcpdump/commit
Use byte offset instead of rip_dest (a 32-bit field) to extract 314/head
authorXin Li <[email protected]>
Thu, 30 May 2013 21:27:09 +0000 (14:27 -0700)
committerXin Li <[email protected]>
Fri, 31 May 2013 20:53:40 +0000 (13:53 -0700)
commit16405d7d9241c87960a6ea5b5dce09d0e9650872
tree22fb14413bf94add0145a186f41d99967efceb4a
parentfd35562d7e7153a339fdcdd02408f877e34a49fb
Use byte offset instead of rip_dest (a 32-bit field) to extract
16-bit field in order to avoid type punning.  This fixes compile
on IA64 platforms.
print-rip.c