Wireshark-commits: [Wireshark-commits] master 1963045: QUIC: rename "quic.frame_type.*" fields to "

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 21 Jan 2019 12:35:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=19630453bfc6873c3b320f369fd2c811ee9d5176
Submitter: "Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1963045 by Peter Wu (peter@xxxxxxxxxxxxx):

    QUIC: rename "quic.frame_type.*" fields to "quic.*"
    
    This results in shorter filters. Some filters (such as quic.stream)
    already omitted "frame_type". Done with an automated search and replace.
    
    Change-Id: Iad8710b3b66487e5f744e10cde3561d34f20fe99
    Reviewed-on: https://code.wireshark.org/review/31648
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  2522062   QUIC: add Fixed Bit and Spin Bit (draft -17)
     add  1963045   QUIC: rename "quic.frame_type.*" fields to "quic.*"


Summary of changes:
 epan/dissectors/packet-quic.c | 400 +++++++++++++++++++++---------------------
 1 file changed, 200 insertions(+), 200 deletions(-)