You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No eth=1 option? It occurred to me to extract the MAC addresses for each flow. However, I dont see a way to do that. But in joy.c there is the get_mac_address function. How can I get the ethernet layer info for each flow with the MAC addresses (src and dst) included?
The text was updated successfully, but these errors were encountered:
JOY starts processing at the IP layer. The MAC address function is used for displaying the interfaces for a live capture. If you want the Ethernet later information, you would have to modify the function process_packet in module pkt_proc.c. You will see in that function where the Ethernet header is skipped over.
Cheers,
Bill.
Sent from my iPhone
On Jun 12, 2019, at 6:10 AM, cschulze7 <[email protected]<mailto:[email protected]>> wrote:
No eth=1 option? It occurred to me to extract the MAC addresses for each flow. However, I dont see a way to do that. But in joy.c there is the get_mac_address function. How can I get the ethernet layer info for each flow with the MAC addresses (src and dst) included?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#270?email_source=notifications&email_token=AECMFHDWBXYFBMWKBGSNZGTP2DYT3A5CNFSM4HXIZ7YKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZB4AUA>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AECMFHBOVWB33TT5B623NBDP2DYT3ANCNFSM4HXIZ7YA>.
No eth=1 option? It occurred to me to extract the MAC addresses for each flow. However, I dont see a way to do that. But in joy.c there is the get_mac_address function. How can I get the ethernet layer info for each flow with the MAC addresses (src and dst) included?
The text was updated successfully, but these errors were encountered: