Browse Source

working on attacks 1 level

cecylia 8 years ago
parent
commit
11cdcdbfa8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      phaser.inc.php

+ 2 - 2
phaser.inc.php

@@ -12,8 +12,8 @@ var packetFields = [
 	{layer:"transport", fields:[
 	{layer:"transport", fields:[
 		"proto", "ttl"
 		"proto", "ttl"
 	]},
 	]},
-	{layer:"application", fields:[
-		"payload"
+        {layer:"application", fields:[
+                "type", "payload"
 	]}
 	]}
 ];
 ];