Skip navigation links
A C D E F G H I K L M N O P R S T U V Z 

I

INCLUSION_WINDOW_MILLIS - Static variable in class edu.uci.iotproject.analysis.TriggerTrafficExtractor
 
initialize() - Method in class edu.uci.iotproject.test.SequenceAlignmentTest
 
isAck(PcapPacket) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Checks if packet wraps a TCP packet th at has the ACK flag set.
isAcknowledged() - Method in class edu.uci.iotproject.trafficreassembly.layer3.FinAckPair
Was the FIN in this FinAckPair acknowledged?
isConservativeChecking(List<List<List<PcapPacket>>>, List<List<List<PcapPacket>>>, double) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Check if there is any overlap between the signature stored in this class and another signature.
isCorrespondingAckPacket(PcapPacket) - Method in class edu.uci.iotproject.trafficreassembly.layer3.FinAckPair
Checks if a given packet is an ACK corresponding to the FIN packet in this FinAckPair.
isDestination(PcapPacket, String, int) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Helper method to determine if the given combination of IP and port matches the destination of the given packet.
isDstIpLocal(PcapPacket) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Checks if the destination IP address of the IpV4Packet contained in packet is a local address, i.e., if it pertains to subnet 10.0.0.0/8, 172.16.0.0/16, or 192.168.0.0/16.
isFirstClient() - Method in class edu.uci.iotproject.analysis.PcapPacketPair
 
isGracefullyShutdown() - Method in class edu.uci.iotproject.trafficreassembly.layer3.Conversation
Get if this Conversation is considered to have been gracefully shut down.
isPartOfConversationAndAdjacent(List<PcapPacket>, List<PcapPacket>, Conversation) - Static method in class edu.uci.iotproject.analysis.TcpConversationUtils
Given a Conversation objects, check if List of PcapPacket is part of it and return the adjacency label based on SignaturePosition.
isRangeBasedMatching(List<List<List<PcapPacket>>>, double, List<List<List<PcapPacket>>>...) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Test the conservativeness of the signatures (basically whether we want strict or range-based matching).
isRelatedToCloudServer(String, String) - Method in class edu.uci.iotproject.DnsMap
Checks DNS packet and build the map data structure that maps IP addresses to DNS hostnames
isRetransmission(PcapPacket) - Method in class edu.uci.iotproject.trafficreassembly.layer3.Conversation
Determines if the TCP packet contained in packet is a retransmission of a previously seen (logged) packet.
isSecondClient() - Method in class edu.uci.iotproject.analysis.PcapPacketPair
 
isSource(PcapPacket, String, int) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Helper method to determine if the given combination of IP and port matches the source of the given packet.
isSrcIpLocal(PcapPacket) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Checks if the source IP address of the IpV4Packet contained in packet is a local address, i.e., if it pertains to subnet 10.0.0.0/8, 172.16.0.0/16, or 192.168.0.0/16.
isSyn(PcapPacket) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Checks if packet wraps a TCP packet that has the SYN flag set.
isTcp(PcapPacket) - Static method in class edu.uci.iotproject.util.PcapPacketUtils
Determines if a given PcapPacket wraps a TcpPacket.
isTls() - Method in class edu.uci.iotproject.trafficreassembly.layer3.Conversation
Is this Conversation a TLS session?
isTlsPort(int) - Static method in class edu.uci.iotproject.analysis.TcpConversationUtils
Check if a given port number is considered a TLS port.
A C D E F G H I K L M N O P R S T U V Z 
Skip navigation links