Commit 7da7863d authored by tepelmann's avatar tepelmann
Browse files

Minor correction for ipv4 cimp types.

Corrected log statement in IKE... to be Ed2 compliant.
Improved version of TabularCodec.
parent b34a3472
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
 *   using tabular encoding information within a TTCN-3 file.
 *
 *   This file was generated by TabularCodecGenerator(version v1.0)
  *  at 21.05.2007 16:53:09
  *  at 23.05.2007 15:52:06
 *
 *   REVISION INFO:
 *        $Revision: 1.4 $ $Date: 2007/02/26 10:03:23 $
@@ -180,7 +180,7 @@ public class TabularIpv4EchoReplyMsg extends TabularRecord {
    }

    public static boolean isNext(TabularDecoder dec) throws TabularException {
        return dec.getIntTag("protocol") == 1;
        return (dec.getIntTag("protocol") == 1) && dec.bytes(1, 0x0);
    }

    public Value toValue() {
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
 *   using tabular encoding information within a TTCN-3 file.
 *
 *   This file was generated by TabularCodecGenerator(version v1.0)
  *  at 21.05.2007 16:53:09
  *  at 23.05.2007 15:52:05
 *
 *   REVISION INFO:
 *        $Revision: 1.4 $ $Date: 2007/02/26 10:03:23 $
@@ -180,7 +180,7 @@ public class TabularIpv4EchoRequestMsg extends TabularRecord {
    }

    public static boolean isNext(TabularDecoder dec) throws TabularException {
        return dec.getIntTag("protocol") == 1;
        return (dec.getIntTag("protocol") == 1) && dec.bytes(1, 0x8);
    }

    public Value toValue() {
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
 *   using tabular encoding information within a TTCN-3 file.
 *
 *   This file was generated by TabularCodecGenerator(version v1.0)
  *  at 21.05.2007 16:53:01
  *  at 23.05.2007 15:52:03
 *
 *   REVISION INFO:
 *        $Revision: 1.4 $ $Date: 2007/02/26 10:03:23 $
+1.74 KiB (32 KiB)

File changed.

No diff preview for this file type.