URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2141eafa64fd080b1aeb0aa2259c57de076c8836
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2141eaf by Pascal Quantin (pascal.quantin@xxxxxxxxx):
    GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535
    
    Change-Id: I4b78a3bff7ed158eef2008e52ec8abc9f7a8d1d3
    Reviewed-on: https://code.wireshark.org/review/20748
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    
Actions performed:
    from  3a3d6ed   artnet : fix conflicting entry in its value_string
    adds  2141eaf   GTK: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535
Summary of changes:
 ui/gtk/capture_dlg.c     |    6 ++++--
 ui/gtk/file_import_dlg.c |    2 +-
 ui/gtk/prefs_capture.c   |    6 +++---
 3 files changed, 8 insertions(+), 6 deletions(-)