Hi there,
my use case is the following:
- I get the packet bytes from the network or PCAP file
- I would like to extract SNI field related to that specific session that the packet belongs to
- session management is done by my side
Is it possible? How would the example look like?
Thanks and regards