secondaviv
Results
1
issues of
secondaviv
I want list all the headers in http layer. I can access specific header like this ``` cap = pyshark.FileCapture(path_to_file, display_filter='http') p = cap[1] http = p['http'] http.server ``` how...