summaryrefslogtreecommitdiff
path: root/ui/tap-sctp-analysis.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-30 00:43:46 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-30 00:43:46 +0000
commitaa452c378f1d06038c4f33fcc7cd703e74d7b73a (patch)
tree26629fbbca0d13a889c11c5926c22b4bb6979261 /ui/tap-sctp-analysis.h
parent1e6927dbb38c8c854510f5763321013d2c67dfe5 (diff)
downloadwireshark-aa452c378f1d06038c4f33fcc7cd703e74d7b73a.tar.gz
Set SVN properties.
svn path=/trunk/; revision=52976
Diffstat (limited to 'ui/tap-sctp-analysis.h')
-rw-r--r--ui/tap-sctp-analysis.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/tap-sctp-analysis.h b/ui/tap-sctp-analysis.h
index 7f03091407..9d46aba080 100644
--- a/ui/tap-sctp-analysis.h
+++ b/ui/tap-sctp-analysis.h
@@ -1,7 +1,7 @@
-/*
+/*
* Copyright 2004, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de>
*
- * $Id: sctp_stat.h 52814 2013-10-24 14:32:22Z tuexen $
+ * $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
@@ -22,8 +22,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __TAP_SCTP_ANALYSIS_H__
-#define __TAP_SCTP_ANALYSIS_H__
+#ifndef __TAP_SCTP_ANALYSIS_H__
+#define __TAP_SCTP_ANALYSIS_H__
#include <epan/dissectors/packet-sctp.h>
#include <epan/address.h>
@@ -52,7 +52,7 @@
#define SCTP_ECNE_CHUNK_ID 12
#define SCTP_CWR_CHUNK_ID 13
#define SCTP_SHUTDOWN_COMPLETE_CHUNK_ID 14
-#define SCTP_AUTH_CHUNK_ID 15
+#define SCTP_AUTH_CHUNK_ID 15
#define SCTP_NR_SACK_CHUNK_ID 16
#define SCTP_FORWARD_TSN_CHUNK_ID 0xc0
#define SCTP_ASCONF_ACK_CHUNK_ID 0x80
@@ -312,5 +312,5 @@ const sctp_assoc_info_t* get_selected_assoc(void);
-
+
#endif /* __TAP_SCTP_ANALYSIS_H__ */