Proper authorship and attribution information for
VITA 49 Radio Transport dissector.

svn path=/trunk/; revision=48617
This commit is contained in:
Evan Huus 2013-03-28 15:01:35 +00:00
parent 476831d9de
commit 63987d2894
1 changed files with 5 additions and 7 deletions

View File

@ -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>