summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2013-10-26 20:12:40 +0200
committerDaniel Mack <zonque@gmail.com>2013-10-26 20:12:42 +0200
commita411532c15c918b0a1844e15e2c9715f9aea5a3b (patch)
treeac025043e6cbd7c40b811069aa9b13f61eb40151 /test
parent937ae45ea807686da6185d3744f293f4da036303 (diff)
downloadkdbus-bus-a411532c15c918b0a1844e15e2c9715f9aea5a3b.tar.gz
kdbus-bus-a411532c15c918b0a1844e15e2c9715f9aea5a3b.tar.bz2
kdbus-bus-a411532c15c918b0a1844e15e2c9715f9aea5a3b.zip
test/monitor: add fake kdbus ENCAP id
Eventually, we should register an own link-header type and get our own entry in this list: http://www.tcpdump.org/linktypes.html
Diffstat (limited to 'test')
-rw-r--r--test/test-kdbus-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-kdbus-monitor.c b/test/test-kdbus-monitor.c
index 65fe001675e..de36167c74c 100644
--- a/test/test-kdbus-monitor.c
+++ b/test/test-kdbus-monitor.c
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
header.major = 2;
header.minor = 4;
header.snapshot_len = 0xffffffff;
- header.header_type = 0; /* FIXME */
+ header.header_type = 0x12345678; /* FIXME */
ret = write(output_fd, &header, sizeof(header));
if (ret != sizeof(header)) {