aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smrse.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-09 02:58:07 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-09 02:58:07 +0000
commitb6c317847386c5b168960d520e41c588106eca78 (patch)
treecd44c0940cfd4399a059bb4e41488224a6e89cb5 /epan/dissectors/packet-smrse.h
parent4ba230c139d811a8bbc80afa2394ccba99a5f76e (diff)
Fix up a bunch of arguments to "dissect_ber_identifier()" to match its
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag" is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from the ASN.1 and the .cnf files in the cases where the arguments were fixed in a .cnf file. Give some dissectors the right svn:keywords and svn:eol-style settings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14885 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-smrse.h')
-rw-r--r--epan/dissectors/packet-smrse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-smrse.h b/epan/dissectors/packet-smrse.h
index ec532ee987..5f269ddd43 100644
--- a/epan/dissectors/packet-smrse.h
+++ b/epan/dissectors/packet-smrse.h
@@ -9,7 +9,7 @@
* Routines for SMRSE Short Message Relay Service packet dissection
* Ronnie Sahlberg 2004
*
- * $Id: packet-smrse-template.h 12203 2004-10-05 09:18:55Z guy $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>