aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-10-11 19:26:57 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-10-11 19:26:57 +0200
commit61170b03c139811fd754a1f0640b4ff63d864df7 (patch)
tree2c3c17dac943ea5dea7c2da8b73e9db0ba3a1567
parent436a39bb1ea3402c381827d0bc470c01cda0d2cf (diff)
Add 2 more packets
-rw-r--r--parse/packets.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/parse/packets.go b/parse/packets.go
index 80e6f67..f2aeefe 100644
--- a/parse/packets.go
+++ b/parse/packets.go
@@ -200,6 +200,16 @@ var session = [][]byte{
{ // ABRT
0x64, 0x03, 0x80, 0x01, 0x00,
},
+ { // request CO
+ 0xA1, 0x16, 0x02, 0x02, 0x00, 0xE0, 0x02, 0x01,
+ 0x33, 0x30, 0x0D, 0xA4, 0x0B, 0xA0, 0x09, 0xA4,
+ 0x07, 0xA1, 0x05, 0xA0, 0x03, 0x0A, 0x01, 0x02,
+ },
+ { // request Ext
+ 0xA1, 0x16, 0x02, 0x02, 0x06, 0x02, 0x02, 0x01,
+ 0x33, 0x30, 0x0D, 0xA4, 0x0B, 0xA0, 0x09, 0xA4,
+ 0x07, 0xA1, 0x05, 0xA0, 0x03, 0x0A, 0x01, 0x05,
+ },
}
var (