URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9dfade3494b8ee73e7777acd377b3ee042443e81
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9dfade3 by Guy Harris (guy@xxxxxxxxxxxx):
Make the _offset values static constants.
No need to export them outside this file, and making them constants
might convince the compiler not to bother fetching their values from
memory when referring to them.
Change-Id: Ib8605bf0bb9091721a51827c45fe75d19a15ba26
Reviewed-on: https://code.wireshark.org/review/7378
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 6b6c11c Have a PACKET_DESCRIBE() for V30's seek-read routine.
adds 9dfade3 Make the _offset values static constants.
Summary of changes:
wiretap/netscaler.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)