URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8839d7b4526656a04ef563651bbd03ac001c3a66
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8839d7b by Guy Harris (guy@xxxxxxxxxxxx):
Make the ENTTEC dissector reject packets that don't look like ENTTEC packets.
This should avoid questions like
https://ask.wireshark.org/questions/38198/what-is-enttec-in-a-pcap-file
It also splits DMX-over-UDP and DMX-over-TCP into separate dissectors,
as
1) DMX-over-TCP has only config packets, DMX-over-UDP has the
others;
2) that would let us do reassembly, if necessary, for
DMX-over-TCP.
Change-Id: I2606c814693028c7ba2bbc458e45c853372baaf3
Reviewed-on: https://code.wireshark.org/review/5522
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a30f3d5 Qt: Add long option for -R (--read-filter) and -Y (--display-filter)
adds 8839d7b Make the ENTTEC dissector reject packets that don't look like ENTTEC packets.
Summary of changes:
epan/dissectors/packet-enttec.c | 100 +++++++++++++++++++++++++++++++--------
1 file changed, 80 insertions(+), 20 deletions(-)