- send(Packet) - Method in class com.github.ffalcinelli.jdivert.WinDivert
-
Injects a packet into the headers stack.
- send(Packet, boolean, Enums.CalcChecksumsOption...) - Method in class com.github.ffalcinelli.jdivert.WinDivert
-
Injects a packet into the headers stack.
- set(Ipv4.Flag, boolean) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- set(Tcp.Flag, boolean) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setAckNumber(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setAddrLen(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
Set the length of address fields.
- setBytesAtOffset(int, int, byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Header
-
Convenience method to set an array of data
- setBytesAtOffset(ByteBuffer, int, int, byte[]) - Static method in class com.github.ffalcinelli.jdivert.Util
-
Given a ByteBuffer
set bytes in an absolute offset without altering its current position.
- setChecksum(int) - Method in class com.github.ffalcinelli.jdivert.headers.Icmp
-
- setChecksum(int) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setChecksum(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setChecksum(int) - Method in class com.github.ffalcinelli.jdivert.headers.Udp
-
- setCode(byte) - Method in class com.github.ffalcinelli.jdivert.headers.Icmp
-
- setData(byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Udp
-
- setDataOffset(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setDiffServ(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setDSCP(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setDstAddr(T) - Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
- setDstAddr(String) - Method in class com.github.ffalcinelli.jdivert.Packet
-
Convenience method to set the destination address.
- setDstAddrOffset(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
Set the destination address field offset.
- setDstAddrStr(String) - Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
- setDstPort(int) - Method in class com.github.ffalcinelli.jdivert.headers.Transport
-
- setDstPort(int) - Method in class com.github.ffalcinelli.jdivert.Packet
-
Convenience method to set the destination port number.
- setECN(int) - Method in class
com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setFlag(int, int, boolean) - Method in class com.github.ffalcinelli.jdivert.headers.Header
-
Convenience method to set the status of a flag (1 bit)
- setFlags(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
Sets flags with a bitmask
- setFlags(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setFragmentOffset(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setHopLimit(int) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv6
-
- setID(int) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setIHL(int) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setInetAddressAtOffset(int, T) - Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
- setLength(int) - Method in class com.github.ffalcinelli.jdivert.headers.Udp
-
- setMessageBody(byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Icmpv6
-
- setNextHeader(Enums.Protocol) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv6
-
- setOptions(byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setOptions(byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setParam(Enums.Param, long) - Method in class com.github.ffalcinelli.jdivert.WinDivert
-
Set a WinDivert parameter.
- setPayload(byte[]) - Method in class com.github.ffalcinelli.jdivert.Packet
-
Sets the given byte array as
Packet
payload.
- setPayloadLength(short) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv6
-
- setProtocol(Enums.Protocol) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setReserved(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setRestOfHeader(byte[]) - Method in class com.github.ffalcinelli.jdivert.headers.Icmpv4
-
- setSeqNumber(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setSrcAddr(T) - Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
- setSrcAddr(String) - Method in class com.github.ffalcinelli.jdivert.Packet
-
Convenience method to set the source address.
- setSrcAddrOffset(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
Set the source address field offset.
- setSrcAddrStr(String) - Method in class com.github.ffalcinelli.jdivert.headers.Ip
-
- setSrcPort(int) - Method in class com.github.ffalcinelli.jdivert.headers.Transport
-
- setSrcPort(int) - Method in class com.github.ffalcinelli.jdivert.Packet
-
Convenience method to set the source port number.
- setTOS(int) - Method in class
com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setTotalLength(int) - Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setTTL(int) - Method in class
com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setType(byte) - Method in class com.github.ffalcinelli.jdivert.headers.Icmp
-
- setUrgentPointer(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- setVersion(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv4
-
- setVersion(int)
- Method in class com.github.ffalcinelli.jdivert.headers.Ipv6
-
- setWindowSize(int) - Method in class com.github.ffalcinelli.jdivert.headers.Tcp
-
- start - Variable in class com.github.ffalcinelli.jdivert.headers.Header
-
- SubIfIdx - Variable in class com.github.ffalcinelli.jdivert.windivert.WinDivertAddress
-
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.CalcChecksumsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.Layer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.Param
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.Enums.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String)
- Static method in enum com.github.ffalcinelli.jdivert.headers.Ipv4.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.github.ffalcinelli.jdivert.headers.Tcp.Flag
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.CalcChecksumsOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.Layer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.Param
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.Enums.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in
enum com.github.ffalcinelli.jdivert.headers.Ipv4.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.github.ffalcinelli.jdivert.headers.Tcp.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.