Wireshark-commits: [Wireshark-commits] master 0946518: Update comments, get rid of IMPORT_MAX_PACKE

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 06 Dec 2018 16:39:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0946518780bc260d0668485b3f6f7e1d14325a7b
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0946518 by Guy Harris (guy@xxxxxxxxxxxx):

    Update comments, get rid of IMPORT_MAX_PACKET.
    
    Get rid of the IMPORT_MAX_PACKET #define; just directly use
    WTAP_MAX_PACKET_SIZE_STANDARD, to match what text2pcap.c does.
    
    Update comments in text2pcap.c and ui/text_import.c to say the maximum
    packet size is WTAP_MAX_PACKET_SIZE_STANDARD.
    
    Change-Id: I34118f76426d1416fccf43b2a356ad8d200de19b
    Ping-Bug: 15292
    Reviewed-on: https://code.wireshark.org/review/30945
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9df987d   ieee80211: Fix the handling of A-Control and improve AP Tx Power.
     add  0946518   Update comments, get rid of IMPORT_MAX_PACKET.


Summary of changes:
 text2pcap.c                  | 5 +++--
 ui/qt/import_text_dialog.cpp | 4 ++--
 ui/text_import.c             | 9 +++++----
 ui/text_import.h             | 2 --
 4 files changed, 10 insertions(+), 10 deletions(-)