diff options
author | Anders Broman <anders.broman@ericsson.com> | 2005-10-24 21:16:44 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2005-10-24 21:16:44 +0000 |
commit | c38e1002dd6a54572d213d4ac529a289e85911ba (patch) | |
tree | 329f7d5e244c577a05714435f9ee5286074a8002 /asn1/nbap/packet-nbap-template.h | |
parent | b949ed06b18c84137d6cf9ac67723d21342e5ecc (diff) | |
download | wireshark-c38e1002dd6a54572d213d4ac529a289e85911ba.tar.gz wireshark-c38e1002dd6a54572d213d4ac529a289e85911ba.tar.bz2 wireshark-c38e1002dd6a54572d213d4ac529a289e85911ba.zip |
UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6.6.0 Release 6)
All IE:s not dissected yet.
svn path=/trunk/; revision=16293
Diffstat (limited to 'asn1/nbap/packet-nbap-template.h')
-rw-r--r-- | asn1/nbap/packet-nbap-template.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/asn1/nbap/packet-nbap-template.h b/asn1/nbap/packet-nbap-template.h new file mode 100644 index 0000000000..bf4c5195fa --- /dev/null +++ b/asn1/nbap/packet-nbap-template.h @@ -0,0 +1,35 @@ +/* packet-nbap.h + * Routines for UMTS Node B Application Part(NBAP) packet dissection + * Copyright 2005, Anders Broman <anders.broman@ericsson.com> + * + * $Id$ + * + * Ethereal - Network traffic analyzer + * By Gerald Combs <gerald@ethereal.com> + * Copyright 1998 Gerald Combs + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +#ifndef PACKET_NBAP_H +#define PACKET_NBAP_H + + + +/*#include "packet-ros-exp.h" */ + +#endif /* PACKET_NBAP_H */ + + |