Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 0e1b78c: All Veriwave files and packets use WTAP_ENCA

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

Commits:

0e1b78c by Guy Harris (guy@xxxxxxxxxxxx):

    All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.
    
    We set the file encapsulation to WTAP_ENCAP_IXVERIWAVE when we open the
    file; we don't need to update it when we read packets. and we don't need
    to set the per-packet encapsulation because it's set to the file
    encapsulation for us by wtap_read() and wtap_seek_read().
    
    Change-Id: I2f123e3fb0d505334f3451685290bdbae77a598b
    Reviewed-on: https://code.wireshark.org/review/30622
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  68c0002   Fix whitespace.
     add  0e1b78c   All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.


Summary of changes:
 wiretap/vwr.c | 15 ---------------
 1 file changed, 15 deletions(-)