Wireshark-commits: [Wireshark-commits] master 6b90403: Put ERF pseudo-header reading and writing in

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

Commits:

6b90403 by Guy Harris (guy@xxxxxxxxxxxx):

    Put ERF pseudo-header reading and writing into single routines.
    
    Have pcap_read_erf_pseudoheader() do all the work of reading an ERF
    pseudo-header.
    
    Add pcap_write_erf_pseudoheader() as a routine to do all the work of
    writing an ERF pseudo-header.
    
    Change-Id: If53ae50fcee35a45113ca0f0c64f69848e044cbd
    Reviewed-on: https://code.wireshark.org/review/29847
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bb4bada   QUIC: Add support of gQUIC (Q044)
     add  6b90403   Put ERF pseudo-header reading and writing into single routines.


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