Wireshark-commits: [Wireshark-commits] master-1.12 8460374: Make sure first byte in ACAP packet is

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Mar 2016 11:33:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=84603743ea9f178d3e185432cd6106bc834a1fe9
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

8460374 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Make sure first byte in ACAP packet is printable.
    (Must convert dissector to "new" style)
    
    Saves some false positives for protocols using port 674.
    
    Bug: 12265
    Change-Id: Ie9926f007ca31ad2b56bf8be62f8655cf61da569
    Reviewed-on: https://code.wireshark.org/review/14526
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5a0944c   ASTERIX: fix for wrong RE and SP fields in CAT048.
    adds  8460374   Make sure first byte in ACAP packet is printable. (Must convert dissector to "new" style)


Summary of changes:
 epan/dissectors/packet-acap.c |   19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)