aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-03-28 15:01:35 +0000
committerEvan Huus <eapache@gmail.com>2013-03-28 15:01:35 +0000
commit63987d289417812db4bd31f0308cb819192083a5 (patch)
treef7ab3d016caa5bfa0b2ed71cf36766f7f6f276bf
parent476831d9de65d21e7fbd9bf39fa1188acb8113b4 (diff)
From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8506
Proper authorship and attribution information for VITA 49 Radio Transport dissector. svn path=/trunk/; revision=48617
-rw-r--r--epan/dissectors/packet-vrt.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-vrt.c b/epan/dissectors/packet-vrt.c
index f29b4080ef..943f1daaad 100644
--- a/epan/dissectors/packet-vrt.c
+++ b/epan/dissectors/packet-vrt.c
@@ -1,6 +1,10 @@
/* packet-vrt.c
* Routines for VRT (VITA 49) packet disassembly
- * Copyright 2013, Alexander Chemeris (alexander.chemeris@gmail.com), Dario Lombardo (lomato@gmail.com)
+ * Copyright 2012 Ettus Research LLC - Nick Foster <nick@ettus.com>: original dissector
+ * Copyright 2013 Alexander Chemeris <alexander.chemeris@gmail.com>: dissector improvement
+ * Copyright 2013 Dario Lombardo (lomato@gmail.com): Official Wireshark port
+ *
+ * Original dissector repository: https://github.com/bistromath/vrt-dissector
*
* $Id$
*
@@ -24,12 +28,6 @@
*/
-/*
- * Original dissector can be found here
- * https://github.com/chemeris/vrt-dissector
-*/
-
-
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>