Uses of Class
nl.sidnlabs.pcap.packet.DatagramPayload
Packages that use DatagramPayload
-
Uses of DatagramPayload in nl.sidnlabs.pcap
Methods in nl.sidnlabs.pcap that return types with arguments of type DatagramPayloadModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<Datagram,DatagramPayload> PcapReader.getDatagrams()Method parameters in nl.sidnlabs.pcap with type arguments of type DatagramPayloadModifier and TypeMethodDescriptionvoidPcapReader.setDatagrams(com.google.common.collect.Multimap<Datagram, DatagramPayload> map) -
Uses of DatagramPayload in nl.sidnlabs.pcap.decoder
Methods in nl.sidnlabs.pcap.decoder that return types with arguments of type DatagramPayloadModifier and TypeMethodDescriptioncom.google.common.collect.Multimap<Datagram,DatagramPayload> IPDecoder.getDatagrams()Method parameters in nl.sidnlabs.pcap.decoder with type arguments of type DatagramPayloadModifier and TypeMethodDescriptionvoidIPDecoder.setDatagrams(com.google.common.collect.Multimap<Datagram, DatagramPayload> datagrams) -
Uses of DatagramPayload in nl.sidnlabs.pcap.packet
Methods in nl.sidnlabs.pcap.packet with parameters of type DatagramPayloadModifier and TypeMethodDescriptionintDatagramPayload.compareTo(DatagramPayload o) booleanDatagramPayload.linked(DatagramPayload o)