Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Parsing geneve packet with scapy dint work, shows "Raw" packet #12

Open
crick231 opened this issue Sep 22, 2017 · 0 comments
Open

Parsing geneve packet with scapy dint work, shows "Raw" packet #12

crick231 opened this issue Sep 22, 2017 · 0 comments

Comments

@crick231
Copy link

I am trying to use scapy to parse geneve packet from my pcap file but I am getting it as Raw only.
I git cloned scapy with geneve from here: https://github.com/p4lang/scapy-vxlan and followed installation steps from README,

-bash-4.2$ scapy
Welcome to Scapy (2.2.0-dev)

load_contrib('geneve')
a=rdpcap("geneve.pcap")
len(a) 15
pkt=a[3]
pkt.show()
.
.
.
###[ Raw ]###
load= '\t\x00eX\xe3\x03\xe8\x00\x01\x03\x02\x08\x00d\x00\x00\x06\x83\xc1\x9a\xb6;\x04\x00\x00\x00\x80\x00\x00\x00\x00\x02\x90\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00\x02\x81\x00\x03\xe8\x08\x00E\x00\x00k\x00\x00\x00\x00@=zW\x00\x00\x00\x00\x00\x00\x00\x00\xa9-!\xd0`\x00\x00\x00\x08\t\n\x0b\x05\xa1H\x8e\x00C\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrst\xd8\xe9'
-- | --

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant