Wireshark-commits: [Wireshark-commits] master ad2d241: Put the pseudo-header length checks into the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 26 Sep 2018 02:10:39 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad2d24127749674a6ce152a572f882f8e5a2e969
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

ad2d241 by Guy Harris (guy@xxxxxxxxxxxx):

    Put the pseudo-header length checks into the pseudo-header read routines.
    
    That centralizes knowledge of the particular pseudo-header into its read
    routine.
    
    Change-Id: I4931d03a20a1b648af3ab6b92a034659c55d1ba3
    Reviewed-on: https://code.wireshark.org/review/29837
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  6c810f9   The sent field of the p2p pseudo-header is a Boolean.
     add  ad2d241   Put the pseudo-header length checks into the pseudo-header read routines.


Summary of changes:
 wiretap/pcap-common.c | 445 +++++++++++++++++++++++++-------------------------
 1 file changed, 227 insertions(+), 218 deletions(-)