Wireshark-commits: [Wireshark-commits] master 6ec7398: Cleanup "excess" from trying to support sequ
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6ec73981acd2aea4b8aeb6809fc23f5d044ffb5e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
6ec7398 by Michael Mann (mmann78@xxxxxxxxxxxx):
Cleanup "excess" from trying to support sequence of "native types". Last installment of bug 9532.
Cleaned up wireshark_gen.py so that it no longer generates duplicate fields and greatly minimized the number of useless hf_ variables generated.
Change-Id: I26b2ddb5b65fcde99787cc2771348aa1b37f919f
Reviewed-on: https://code.wireshark.org/review/1329
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 5d60236 Convert "4 space tabs" to spaces; Add editor modelines.
adds 6ec7398 Cleanup "excess" from trying to support sequence of "native types". Last installment of bug 9532.
Summary of changes:
epan/dissectors/packet-coseventcomm.c | 3 -
epan/dissectors/packet-cosnaming.c | 81 +-
epan/dissectors/packet-parlay.c | 2773 +++++++++++----------------------
epan/dissectors/packet-tango.c | 176 +--
tools/wireshark_gen.py | 78 +-
5 files changed, 1097 insertions(+), 2014 deletions(-)