aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-24 21:25:53 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-24 21:25:53 +0200
commit799953126c934adac49e1f86840cf35a68fc38f6 (patch)
treedca4c007fcc915a35a85cf5c53b6381023df706d /misc
parentf3461b0fb26a04328d0ce9f1ea459c6a92806d40 (diff)
Add ABRT message
Diffstat (limited to 'misc')
-rw-r--r--misc/main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/main.go b/misc/main.go
index fdcb043..67a0f88 100644
--- a/misc/main.go
+++ b/misc/main.go
@@ -98,6 +98,11 @@ var status = []byte{
0x05, 0x00,
}
+/* A-ABORT
+ * 64 03 ABRT-apdu
+ * 80 01 00 ABRT-source: acse-service-user
+ */
+
var endian = binary.BigEndian
func send(c net.Conn, b []byte) {