Unsure at this point if it's created based on the currently open profile or the Default.
Change the time
View>Time Display Format
Adding Columns (including different time styles)
Manually configuring a column
Edit>Preferences>Appearance>Columns
Alt, right-click a column header and select "Column Preferences"
Click the + icon, name it, and then choose the information to be displayed
Adding a column from packet information
Right-click packet value
Select "Apply as column"
Hiding/Removing Columns
Right-click the column
To hide: Uncheck the box next to the name
To delete: Scroll to the bottom and choose Remove this Column
How to create custom filters
Enter the filter you wish to use in the filter bar
e.g., tcp.flags.syn==1
click the + icon to the right of the bar
Enter a name, and click "OK"
How to adjust traffic colors
Through the packet
2. Right-click the key value you wish to colorize
3. Hover over "Colorize with Filter", then EITHER:
1. Select a color to temporarily highlight all packets with similar values
1. It can be reset with Ctrl+Space or View>Colorize Conversation>Reset Colors
2. Select "New Coloring Rule" to bring up the preferences
Through the settings
View>Coloring Rules
Click the + icon on the bottom left corner
Add a description, and a filter, and choose the text (foreground) color and the background color
Exercise
Add a coloring rule that will make your tcp FIN packets blue. What filter will you use to do that?
tcp.flags.fin == 1
Colorize Conversation
Select packet number 1. Can you find the TCP segment length? Add this value as a column. Enter "done" in the answer field below when finished.
Done
It would be nice to have a button that quickly filters for all TCP Errors. See if you can find the TCP Retransmission we were looking at earlier. How can you filter for all TCP errors in the trace file? What is this filter?
tcp.analysis.flags
Add the TCP Errors filter as a button in this profile. Enter "done" below when finished.
Added the button by pressing the + icon next to the filter field, and then giving it a name
Done
It can be a little overkill to see timestamps all the way to the nanosecond. Using the View | Time Display Format menu option, can you see how to configure Wireshark to only display to the microsecond? Make this change in this profile and type "done" below.