URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ce7b55fb4e3a3819135702f8c2baf88b979df73
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0ce7b55 by Michael Mann (mmann78@xxxxxxxxxxxx):
qsig: Remove unnecessary hash table functionality
The information from qsig_opcode2oid_hashtable could be derived directly from
qsig_op_tab, and get_op() can serve as a lookup instead of qsig_oid2op_hashtable.
Change-Id: Ibc5b20ff9ff46b1644c6a6c2c90ee1c4ac131e45
Reviewed-on: https://code.wireshark.org/review/19743
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 6cff5c6 Add wmem_map_new_autoreset
adds 0ce7b55 qsig: Remove unnecessary hash table functionality
Summary of changes:
epan/dissectors/asn1/qsig/packet-qsig-template.c | 60 +++++------------
epan/dissectors/packet-qsig.c | 78 ++++++++--------------
2 files changed, 43 insertions(+), 95 deletions(-)