Wireshark.v20
Wireshark.v20
Wireshark.v20
biz/SHARKat
SHARK SHARE
03/06/15 2
Wireshark Lab - Layout
03/06/15 3
Wireshark Lab - Statistics → Summary
03/06/15 4
Wireshark Lab - Display Filter
03/06/15 5
Wireshark Lab - Statistics → Endpoints
• Find out how many TCP ports the TN3270 Server is using
– Check the Limit to display filter
– 4 TCP ports are found sending DO TN3270E commands
– 23, 9923, 8923, 8723
03/06/15 6
Wireshark Lab - Statistics → Endpoints
• Find out how many TCP ports the TN3270 Server is using
– Check the Limit to display filter
– 4 TCP ports are found sending DO TN3270E commands
– 23, 9923, 8923, 8723
03/06/15 7
Wireshark Lab - Filter multiple ports
03/06/15 8
Wireshark Lab - Save filtered packets
03/06/15 9
Wireshark Lab - Comment the trace file
03/06/15 10
Wireshark Lab - Statistics – Flow Graph
03/06/15 11
Wireshark Lab - Follow TCP Stream
03/06/15 12
Wireshark Lab - Decode AS
03/06/15 13
Wireshark Lab - Decode AS
03/06/15 14
Wireshark Lab - Conversation Filter – IP
03/06/15 15
Wireshark Lab - Profile TN3270
03/06/15 16
Wireshark Lab - TN3270 Negotiation fails
• Filter on TN3270 Negotiation
03/06/15 17
Wireshark Lab - TN3270 Negotiation fails
• Filter on TN3270 Negotiation
03/06/15 18
Wireshark Lab - Filter on LUName
• Filter on any ASCII string using the contains operator
03/06/15 19
Wireshark Lab - Filter on single Client
• Very short lived TCP connections
• Closing after TN3270E negotiation fails
03/06/15 20
Wireshark Lab Reference
Telnet Negotiation
FFFD2E DO TLS
8055010301 SSLV2 ClientHello V31
FFFC2E WONT TLS
14 Change Cipher Spec
FFFD28 DO TN3270E
1403vv 0001 01 ChangeCipherSpec
FFFB28 WILL TN3270E
15 Alert
FFFA28 SB TN3270E
1603vv xxxx yy
00 Associate
00 SSL3.0
01 Connect
16 Handshake Protocol
02 DevType
1603vv xxxx yy
03 Functions
00 SSL3.0
04 Is
01 TLS1.0
05 Reason
02 TLS1.1
06 Reject
03 TLS1.2
07 Request
01 ClientHello
08 Send
02 ServerHello
0B Certificate
Keepalive Probes 0E ServerHelloDone
FFFB06 WILL TIMEMARK 10 ClientKeyExchange
FFFC06 WONT TIMEMARK 17 Application Data
FFFD06 DO TIMEMARK 1703vv xxxx yy Encrypted ApplData
03/06/15 21