URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a54112c1d437d48c7dee4d7d37aeeab0b3507d8
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1a54112 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add tvb_get_ether_name
This is mostly to reduce tvb_get_ptr calls that were used to pass into get_ether_name.
Some optimizations were made to packet-ieee80211.c in the process of conversion.
Change-Id: I81d3c65d4c09a15237fc287c2e989eb6e6936b1f
Reviewed-on: https://code.wireshark.org/review/7492
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 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.
adds 1a54112 Add tvb_get_ether_name
Summary of changes:
debian/libwireshark0.symbols | 1 +
epan/addr_resolv.c | 6 +
epan/addr_resolv.h | 3 +
epan/dissectors/packet-bootp.c | 2 +-
epan/dissectors/packet-ieee80211.c | 289 ++++++++++--------------------------
epan/dissectors/packet-ubertooth.c | 2 +-
6 files changed, 90 insertions(+), 213 deletions(-)