THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

can we use Wireshark to capture 100GbE raw ethernet frames?

Hi all!

We are going to implement a 100GbE interface on FPGA without using any UDP/TCP IP stack. So we will not be assigning any IP address to the FPGA board. The FPGA will just send the raw ethernet frames to PC. For PC side, we will use Intel Network Card and PCIe 4.0 m.2 to provide enough storage. In this case, is it still possible to use Wireshark to analyse and capture the data?

Any guidelines would be helpful.

Thank you, Best regards, Pushpa

pushpa's avatar
1
pushpa
asked 2022-03-08 09:43:36 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Capturing high speed is NOT something you should do with Wireshark. 100 GB/s propably requires a serious dedicated system just to capture it.

hugo.vanderkooij's avatar
76
hugo.vanderkooij
answered 2022-03-08 10:48:39 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you for the quick reply. We will be using a dedicated system. Is it still not a good idea to use Wireshark?

Best regards, Pushpa

pushpa's avatar pushpa (2022-03-11 00:49:17 +0000) edit
add a comment see more comments
0

Capturing the 100GbE traffic will be a challenge as @hugo.vanderkooij already mentioned. As for being able to analyze the data that is generated by the FPGA: as long as the FPGA generates packets that mimic protocols that Wireshark understands, then wireshark will fully dissect the packets. If the ethernet payload is random data or some protocol that wireshark does not understand, then the dissection will stop after the ethernet layer.

SYN-bit's avatar
18.5k
SYN-bit
answered 2022-03-08 11:32:57 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you for the guidance. Is there any other GUI programs (open source) that can be used?

Best regards, Pushpa

pushpa's avatar pushpa (2022-03-11 00:50:00 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer