ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 8839d7b: Make the ENTTEC dissector reject packets tha

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 28 Nov 2014 00:07:51 +0000 (UTC)
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(-)