public String setNextProtocolType() {
    String nextHeaderType = getNextHdr(this.ipv6Header);
    switch(nextHeaderType) {
      case "11": return Protocol.get("UDP");
      case "06": return Protocol.get("TCP");