Tuesday, March 26, 2024

Wireshark display GRE packets

 

display filter ip.proto == 47

Add colummn with the following details:






No comments:

Post a Comment

test

import os import argparse import json def load_json_file(filepath):     with open(filepath, 'r') as f:         return json.load(f) d...