URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e5b6721a1d56ae0dbb9630aeceb0366f5294c8bd
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
e5b6721 by Jirka Novak (j.novak@xxxxxxxxxxxx):
RTP/ED-137: Decoding of ED-137A and later additional features is splitted to separate dissectors registered in a table. It allows anyone to add new header decoders without modifying code.
Changes:
- each extended header moved to separate function
- functions registered in the table
- processing of multiple additional feature blocks works correctly
- ED-137B RRC header for single frequency is decoded
Change-Id: I91ecf4b4b6ed2ba3f22c23086c494ece957e7c06
Reviewed-on: https://code.wireshark.org/review/29507
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9b8dd94 Squelch narrowing conversion warnings.
add e5b6721 RTP/ED-137: Decoding of ED-137A and later additional features is splitted to separate dissectors registered in a table. It allows anyone to add new header decoders without modifying code.
Summary of changes:
epan/dissectors/packet-rtp-ed137.c | 793 +++++++++++++++++++++++++------------
1 file changed, 544 insertions(+), 249 deletions(-)