tshark
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 | uniq
Notes:
0
indicates SNMPv11
indicates SNMPv2c