# 
        tshark
    
tshark is for chomping information out of pcaps.
        # 
        snmp strings - pull the names and versions out into a simple list
    
tshark -r capture.pcap -Y "snmp" -T fields -e snmp.version -e snmp.community | sort | uniqNotes:
- 0indicates SNMPv1
- 1indicates SNMPv2c