| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- # Recent settings file for Wireshark 4.0.5.
- #
- # This file is regenerated each time Wireshark is quit
- # and when changing configuration profile.
- # So be careful, if you want to make manual changes here.
- # Main Toolbar show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.toolbar_main_show: TRUE
- # Filter Toolbar show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.filter_toolbar_show: TRUE
- # Wireless Settings Toolbar show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.wireless_toolbar_show: FALSE
- # Packet list show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.packet_list_show: TRUE
- # Tree view show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.tree_view_show: TRUE
- # Byte view show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.byte_view_show: TRUE
- # Packet diagram show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.packet_diagram_show: TRUE
- # Statusbar show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.statusbar_show: TRUE
- # Packet list colorize (hide).
- # TRUE or FALSE (case-insensitive).
- gui.packet_list_colorize: TRUE
- # Timestamp display format.
- # One of: RELATIVE, ABSOLUTE, ABSOLUTE_WITH_YMD, ABSOLUTE_WITH_YDOY, ABSOLUTE_WITH_DATE, DELTA, DELTA_DIS, EPOCH, UTC, UTC_WITH_YMD, UTC_WITH_YDOY, UTC_WITH_DATE
- gui.time_format: RELATIVE
- # Timestamp display precision.
- # One of: AUTO, SEC, DSEC, CSEC, MSEC, USEC, NSEC
- gui.time_precision: AUTO
- # Seconds display format.
- # One of: SECONDS, HOUR_MIN_SEC
- gui.seconds_format: SECONDS
- # Zoom level.
- # A decimal number.
- gui.zoom_level: 0
- # Bytes view display type.
- # One of: HEX, BITS
- gui.bytes_view: HEX
- # Bytes view text encoding.
- # One of: FROM_PACKET, ASCII, EBCDIC
- gui.bytes_encoding: FROM_PACKET
- # Packet diagram field values show (hide).
- # TRUE or FALSE (case-insensitive).
- gui.packet_diagram_field_values: FALSE
- # Allow hover selection in byte view.
- # TRUE or FALSE (case-insensitive).
- gui.allow_hover_selection: TRUE
- # Main window upper (or leftmost) pane size.
- # Decimal number.
- gui.geometry_main_upper_pane: 286
- # Main window middle pane size.
- # Decimal number.
- gui.geometry_main_lower_pane: 703
- # Packet list column pixel widths.
- # Each pair of strings consists of a column format and its pixel width.
- column.width:
- %m, -1,
- %t, -1,
- %s, -1,
- %d, -1,
- %p, -1,
- %L, -1,
- %i, 812
- # Open conversation dialog tabs.
- # List of conversation names, e.g. "TCP", "IPv6".
- gui.conversation_tabs:
- # Conversation dialog tabs columns.
- # List of conversation columns numbers.
- gui.conversation_tabs_columns:
- # Open endpoint dialog tabs.
- # List of endpoint names, e.g. "TCP", "IPv6".
- gui.endpoint_tabs:
- # Endpoint dialog tabs columns.
- # List of endpoint columns numbers.
- gui.endpoint_tabs_columns:
- # For RLC stats, whether to use RLC PDUs found inside MAC frames.
- # TRUE or FALSE (case-insensitive).
- gui.rlc_pdus_from_mac_frames: FALSE
- # Last directory navigated to in File Open dialog.
- gui.fileopen_remembered_dir: C:/Users/Mañana/Downloads/analisis_forense_red_01\
- # Additional Toolbars shown
- # List of additional toolbars to show.
- gui.additional_toolbar_show:
- # Interface Toolbars show.
- # List of interface toolbars to show.
- gui.interface_toolbar_show:
|