how to decapsulate sdh using editcap
Getting error:
cannot write pcapng file.
I am using:
editcap -T sdh --F pcapng c:\sdh\sdhcap1.erf c:\sdh\sdhcap1_decapped.pcapng
Getting error:
cannot write pcapng file.
I am using:
editcap -T sdh --F pcapng c:\sdh\sdhcap1.erf c:\sdh\sdhcap1_decapped.pcapng
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2023-05-16 16:30:45 +0000
Seen: 222 times
Last updated: May 17 '23
What do you mean by "decapsulate"?
I think the error is because the pcapng format does not support sdh as an "encapsulation type".
The option
-T
is not intended to remove a protocol layer. From the editcap manual page:'https://www.wireshark.org/docs/man-pa...
But I doubt if it is possible to use "od/text2pcap" to remove Synchronous Digital Hierarchy (SDH).