Ask Your Question
0

Why are their differences in the Ethernet II frame?

asked 2021-03-16 15:22:22 +0000

AG111 gravatar image

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.

edit retag flag offensive close merge delete

Comments

Can you share a small sample?

hugo.vanderkooij gravatar imagehugo.vanderkooij ( 2021-03-16 16:16:14 +0000 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2021-03-16 16:35:41 +0000

grahamb gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-03-16 15:22:22 +0000

Seen: 613 times

Last updated: Mar 16 '21