First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Why are their differences in the Ethernet II frame?

  • retag add tags

A typical Ethernet II frame has these components in the frame in this order: ● Preamble: ● Destination Address: ● Source Address: ● Type: ● Payload/Data: ● Frame Check Sequence (FCS)

However when I go to expand on my Ethernet II frame on Wireshark I am missing a few of these components. I only have the destination address, source address and type. I wanted to know why these differences are here.

AG111's avatar
1
AG111
asked 2021-03-16 15:22:22 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Can you share a small sample?

hugo.vanderkooij's avatar hugo.vanderkooij (2021-03-16 16:16:14 +0000) edit
AG111's avatar AG111 (2021-03-16 17:55:59 +0000) edit
add a comment see more comments

1 Answer

0

This occurs because the network interface card used for the capture strips out elements such as the preamble and FCS that aren't needed up the software stack. You'll need to capture with specialised hardware, e.g. a tap, to see the extra elements.

grahamb's avatar
23.8k
grahamb
answered 2021-03-16 16:35:41 +0000
edit flag offensive 0 remove flag delete link

Comments

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