Skip to content

Instantly share code, notes, and snippets.

@p1-olm
Last active August 8, 2017 11:30
Show Gist options
  • Save p1-olm/ae4c043d002e77f9d8e12b5cfcabf39c to your computer and use it in GitHub Desktop.
Save p1-olm/ae4c043d002e77f9d8e12b5cfcabf39c to your computer and use it in GitHub Desktop.
wireshark_custom_decode
https://wiki.wireshark.org/HowToDissectAnything?highlight=%28USER_DLT%29
echo -n "PAYLOAD GOES HERE" | xxd -p -r > /tmp/test.raw
OR
export raw bytes from wireshark
od -Ax -tx1 -v /tmp/test.raw | text2pcap -l 147 - test.pcap
Configure DLT-USER protocol as "nas-eps" (protocol field)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment