URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=43fd878c4e4d726dd4604ade4c0548eed783c4f3
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
43fd878 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we can remove CRC algorithm calculation in packet-assa_r3.c.
Change-Id: I3143800f6ff922a309f5506d9acbc2c4293363b7
Reviewed-on: https://code.wireshark.org/review/7490
Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 091d2db Reduce the number tvb_get_ptr calls in packet-arp.c
adds 43fd878 Add "seed" capabilities to crc16_x25_ccitt (now crc16_x25_ccitt_seed) so we can remove CRC algorithm calculation in packet-assa_r3.c.
Summary of changes:
debian/libwireshark0.symbols | 1 +
debian/libwsutil0.symbols | 2 +-
epan/crc16-tvb.c | 12 +++++++-
epan/crc16-tvb.h | 7 +++++
epan/dissectors/packet-assa_r3.c | 62 ++------------------------------------
wsutil/crc16.c | 4 +--
wsutil/crc16.h | 2 +-
7 files changed, 26 insertions(+), 64 deletions(-)