Hello, I stardted djnago tutorial from your youtube channel, and achieved half goal which I was trying to implement.
I am trying to parse a pcap file. in which I am able to fetch IP addresses of Source and Destination, Time Stamp & packet length but I am not able to fetch source Mac address and destination mac address. suggest me something.
right now I am importing these packages:
from django.shortcuts import render
# Create your views here. from django.shortcuts import render import dpkt from django.http import HttpResponse from pcapfile import savefile from pcapfile.protocols.linklayer import ethernet from pcapfile.protocols.network import ip import binascii