]> The Tcpdump Group git mirrors - tcpdump/commit
Remove "ptr" from the names of pointers into the packet.
authorGuy Harris <[email protected]>
Sun, 31 Mar 2019 02:10:27 +0000 (19:10 -0700)
committerGuy Harris <[email protected]>
Sun, 31 Mar 2019 02:10:27 +0000 (19:10 -0700)
commit3d9ae63197107f1edce8c117b49332306e3ed8fb
tree816339ffa29a83f6b32a73b3eca980d6faaf51fd
parentada17ed4961d6ab68525d923b4008df6ff05782a
Remove "ptr" from the names of pointers into the packet.

The IV pointer is just called iv in esp_print_decrypt_buffer_by_ikev2();
do the same in esp_print().  Rename ctptr to match.
print-esp.c