Wireshark-commits: [Wireshark-commits] master 80160d6: Shuffle pseudo-header definitions to just be

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

Commits:

80160d6 by Guy Harris (guy@xxxxxxxxxxxx):

    Shuffle pseudo-header definitions to just before the reader function.
    
    Put all the #defines and structure declarations for a particular
    pseudo-header before the function to read the pseudo-header.
    
    Change-Id: I11013ff99d72832f49e9bea56dbc07f5cd8618f3
    Reviewed-on: https://code.wireshark.org/review/29838
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ad2d241   Put the pseudo-header length checks into the pseudo-header read routines.
     add  80160d6   Shuffle pseudo-header definitions to just before the reader function.


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