aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ua.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-31 17:26:02 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2011-10-31 17:26:02 +0000
commit4ea690d66e9f12c9fc90e3db6134e4e0ebb5981f (patch)
tree7db2bfa6417ce5a22cc005d14d7348bcf9e8325f /epan/dissectors/packet-ua.h
parent201d4f3cabd566d195f6c2706db73f268f0e33f7 (diff)
From Marek Tews via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060
Enhance Universal Alcatel Protocol Several fixes and heuristic version. You can also specify the ports (as in the previous version), if the heuristic version is not working properly. svn path=/trunk/; revision=39691
Diffstat (limited to 'epan/dissectors/packet-ua.h')
-rw-r--r--epan/dissectors/packet-ua.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ua.h b/epan/dissectors/packet-ua.h
new file mode 100644
index 0000000000..b59bb87dfd
--- /dev/null
+++ b/epan/dissectors/packet-ua.h
@@ -0,0 +1,32 @@
+/* packet-ua.h
+* Routines for UA (Universal Alcatel) packet dissection.
+* Copyright 2011, Marek Tews <marek@trx.com.pl>
+*
+* $Id$
+*
+* Wireshark - Network traffic analyzer
+* By Gerald Combs <gerald@wireshark.org>
+* Copyright 1998 Gerald Combs
+*
+* Copied from WHATEVER_FILE_YOU_USED (where "WHATEVER_FILE_YOU_USED"
+* is a dissector file; if you just copied this from README.developer,
+* don't bother with the "Copied from" - you don't even need to put
+* in a "Copied from" if you copied an existing dissector, especially
+* if the bulk of the code in the new dissector is your code)
+*
+* 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.
+*/
+
+extern gboolean is_ua(tvbuff_t *tvb); \ No newline at end of file