Wireshark-commits: [Wireshark-commits] master c9f19e4: Rename the pseudo-header for X.25, V.120, an

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

Commits:

c9f19e4 by Guy Harris (guy@xxxxxxxxxxxx):

    Rename the pseudo-header for X.25, V.120, and Frame Relay.
    
    It's not just for X.25, it's for anything that has the notion of Data
    Terminal Equipment and Data Communications Equipment; call it "dte_dce",
    not "x25".
    
    Change-Id: I3d51fec8b424e91ffd6d59895f50fc5ece791b08
    Reviewed-on: https://code.wireshark.org/review/29834
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f912972   Get rid of unused flag argument.
     add  c9f19e4   Rename the pseudo-header for X.25, V.120, and Frame Relay.


Summary of changes:
 epan/dissectors/packet-erf.c   | 2 +-
 epan/dissectors/packet-fr.c    | 2 +-
 epan/dissectors/packet-frame.c | 2 +-
 epan/dissectors/packet-wcp.c   | 2 +-
 epan/dissectors/packet-x25.c   | 4 ++--
 wiretap/eyesdn.c               | 2 +-
 wiretap/netxray.c              | 4 ++--
 wiretap/ngsniffer.c            | 8 ++++----
 wiretap/radcom.c               | 2 +-
 wiretap/visual.c               | 6 +++---
 wiretap/wtap.h                 | 9 +++++----
 11 files changed, 22 insertions(+), 21 deletions(-)