Skip to main content
. 2022 Aug 6;22(15):5883. doi: 10.3390/s22155883
Algorithm 1: Packet Parser Algorithm
Input: Packet Capturing Files (PCAP)
Output: TCP, HTTP as output files
Step 1: Set P={p1, p2, , pn}, where P is a packet
Step 2: Filter P=P
Step 3: Compute PCAP from P, where P=IP,TCP,HTTP,,n
Step 4: Select NF from PCAP, where NF is the required network flows
Step 5: Display/select HTTP + TCP