init
This commit is contained in:
152
wireshark/recent
Normal file
152
wireshark/recent
Normal file
@@ -0,0 +1,152 @@
|
||||
# Recent settings file for Wireshark 4.4.7.
|
||||
#
|
||||
# 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
|
||||
|
||||
# Auto scroll packet list when capturing.
|
||||
# true or false (case-insensitive).
|
||||
capture.auto_scroll: 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, or a number between 0 and 9
|
||||
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, DEC, OCT
|
||||
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
|
||||
|
||||
# Follow stream show as.
|
||||
# One of: ASCII, ASCII_CONTROL, C_ARRAYS, EBCDIC, HEX_DUMP, HTML, IMAGE, JSON, RAW, RUST_ARRAY, UTF-8, YAML
|
||||
gui.follow_show: ASCII
|
||||
|
||||
# Follow stream delta times.
|
||||
# One of: NONE, TURN, ALL
|
||||
gui.follow_delta: NONE
|
||||
|
||||
# Show packet bytes decode as.
|
||||
# One of: NONE, BASE64, COMPRESSED, HEX_DIGITS, PERCENT_ENCODING, QUOTED_PRINTABLE, ROT13
|
||||
gui.show_bytes_decode: NONE
|
||||
|
||||
# Show packet bytes show as.
|
||||
# One of: ASCII, ASCII_CONTROL, C_ARRAYS, EBCDIC, HEX_DUMP, HTML, IMAGE, JSON, RAW, RUST_ARRAY, UTF-8, YAML
|
||||
gui.show_bytes_show: ASCII
|
||||
|
||||
# Main window upper (or leftmost) pane size.
|
||||
# Decimal number.
|
||||
gui.geometry_main_upper_pane: 407
|
||||
|
||||
# Main window middle pane size.
|
||||
# Decimal number.
|
||||
gui.geometry_main_lower_pane: 958
|
||||
|
||||
# Main window master splitter state.
|
||||
# Hex byte string.
|
||||
gui.geometry_main_master_split: 000000ff0000000100000002000000cd000000cd00ffffffff010000000200
|
||||
|
||||
# Main window extra splitter state.
|
||||
# Hex byte string.
|
||||
gui.geometry_main_extra_split: 000000ff0000000100000002000001760000017700ffffffff010000000100
|
||||
|
||||
# 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, 1296
|
||||
|
||||
# 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: /home/leo/Desktop/
|
||||
|
||||
# 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:
|
||||
85
wireshark/recent_common
Normal file
85
wireshark/recent_common
Normal file
@@ -0,0 +1,85 @@
|
||||
# Common recent settings file for Wireshark 4.4.7.
|
||||
#
|
||||
# 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.
|
||||
|
||||
######## Recent capture files (latest last), cannot be altered through command line ########
|
||||
|
||||
recent.capture_file: /home/leo/Desktop/eth0_10.0.0.97_live.pcap
|
||||
|
||||
######## Recent capture filters (latest first), cannot be altered through command line ########
|
||||
|
||||
|
||||
######## Recent display filters (latest last), cannot be altered through command line ########
|
||||
|
||||
|
||||
# Main window geometry.
|
||||
# Decimal numbers.
|
||||
gui.geometry_main_x: 0
|
||||
gui.geometry_main_y: 0
|
||||
gui.geometry_main_width: 1920
|
||||
gui.geometry_main_height: 1022
|
||||
|
||||
# Main window maximized.
|
||||
# true or false (case-insensitive).
|
||||
gui.geometry_main_maximized: true
|
||||
|
||||
# Main window geometry state.
|
||||
# Hex byte string.
|
||||
gui.geometry_main: 01d9d0cb0003000000000000000000000000077f000003fd00000000000000000000077f000003fd0000000002000000078000000000000000000000077f000003fd
|
||||
|
||||
# Leftalign Action Buttons.
|
||||
# true or false (case-insensitive).
|
||||
gui.geometry_leftalign_actions: false
|
||||
|
||||
# Last used Configuration Profile.
|
||||
gui.last_used_profile: Default
|
||||
|
||||
# Number of packets or events to check for automatic profile switching.
|
||||
# Decimal number. Zero disables switching.
|
||||
#gui.profile_switch_check_count: 1000
|
||||
|
||||
# Warn if running with elevated permissions (e.g. as root).
|
||||
# true or false (case-insensitive).
|
||||
privs.warn_if_elevated: true
|
||||
|
||||
# Warn if Wireshark is unable to capture.
|
||||
# true or false (case-insensitive).
|
||||
sys.warn_if_no_capture: true
|
||||
|
||||
# Find packet search in.
|
||||
# One of: PACKET_LIST, PACKET_DETAILS, PACKET_BYTES
|
||||
gui.search_in: PACKET_LIST
|
||||
|
||||
# Find packet character set.
|
||||
# One of: NARROW_AND_WIDE, NARROW, WIDE
|
||||
gui.search_char_set: NARROW_AND_WIDE
|
||||
|
||||
# Find packet case sensitive search.
|
||||
# true or false (case-insensitive).
|
||||
gui.search_case_sensitive: false
|
||||
|
||||
# Find packet search reverse direction.
|
||||
# true or false (case-insensitive).
|
||||
gui.search_reverse_dir: false
|
||||
|
||||
# Find packet search multiple occurrences.
|
||||
# true or false (case-insensitive).
|
||||
gui.search_multiple_occurs: false
|
||||
|
||||
# Find packet search type.
|
||||
# One of: DISPLAY_FILTER, HEX_VALUE, STRING, REGEX
|
||||
gui.search_type: STRING
|
||||
|
||||
# Custom colors.
|
||||
# List of custom colors selected in Qt color picker.
|
||||
gui.custom_colors:
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff",
|
||||
"ffffffff", "ffffffff"
|
||||
Reference in New Issue
Block a user