Commit 34952494 authored by juvancic's avatar juvancic
Browse files

updated TA

parent b29bb4ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ public class IPProtocol implements IPProtocols
    messages.put(new Integer(ENCAP), "Encapsulation Header"); 
    messages.put(new Integer(PIM), "Protocol Independent Multicast"); 
    messages.put(new Integer(COMP), "Compression Header Protocol"); 
    messages.put(new Integer(SCTP), "Stream Control Transmission Protocol");
    messages.put(new Integer(RAW), "Raw IP Packet"); 
    messages.put(new Integer(INVALID), "INVALID IP"); 
  }
+6 −1
Original line number Diff line number Diff line
@@ -145,6 +145,11 @@ public interface IPProtocols
   */
  int COMP = 108;
  
  /**
   * Stream Control Transmission Protocol. 
   */
  int SCTP = -124; //132;
  
  /**
   * Raw IP packets. 
   */