|
sketchbook
|
Functions | |
| def | eth |
| def | arp |
| def | ip |
| def | icmp |
| def | tcp |
| def | udp |
| def | findProtocol |
| def | extractAllAtt |
| def | filterAndExtract |
| def | findMaxDiameter |
| def | findMaxPacketLength |
| def | findAvgDiameter |
| def | findAvgPacketLength |
| def | startSniff |
| def | startFilter |
| def | startExtract |
| def | startCalculations |
| def | filterOptions |
| def | extractOptions |
| def | prepareCalculationData |
| def | calculateData |
| def | close |
| def | sniff |
| def | main |
Variables | |
| list | lengthList = [] |
| list | diameterList = [] |
| list | unpackedInfo = [] |
| list | calculationList = [] |
| tuple | os = platform.system() |
| string | linux = 'Linux' |
| string | windows = 'Windows' |
| def sniffer-txt.arp | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| def sniffer-txt.calculateData | ( | ) |
| def sniffer-txt.close | ( | ) |
| def sniffer-txt.eth | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| def sniffer-txt.extractAllAtt | ( | packet | ) |
| def sniffer-txt.extractOptions | ( | filteredProtocolIndex | ) |
| def sniffer-txt.filterAndExtract | ( | packet, | |
| filteredProtocolIndex, | |||
| extractedAttIndex | |||
| ) |
| def sniffer-txt.filterOptions | ( | ) |
| def sniffer-txt.findAvgDiameter | ( | ) |
| def sniffer-txt.findAvgPacketLength | ( | ) |
| def sniffer-txt.findMaxDiameter | ( | ) |
| def sniffer-txt.findMaxPacketLength | ( | ) |
| def sniffer-txt.findProtocol | ( | packet | ) |
| def sniffer-txt.icmp | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| def sniffer-txt.ip | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| def sniffer-txt.main | ( | void | ) |
| def sniffer-txt.prepareCalculationData | ( | packet | ) |
| def sniffer-txt.sniff | ( | ) |
| def sniffer-txt.startCalculations | ( | ) |
| def sniffer-txt.startExtract | ( | ) |
| def sniffer-txt.startFilter | ( | ) |
| def sniffer-txt.startSniff | ( | ) |
| def sniffer-txt.tcp | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| def sniffer-txt.udp | ( | packet, | |
| extractedAttIndex, | |||
| printKey | |||
| ) |
| list sniffer-txt.calculationList = [] |
| list sniffer-txt.diameterList = [] |
| list sniffer-txt.lengthList = [] |
| string sniffer-txt.linux = 'Linux' |
| tuple sniffer-txt.os = platform.system() |
| list sniffer-txt.unpackedInfo = [] |
| string sniffer-txt.windows = 'Windows' |
1.8.6