Skip to content

Commit

Permalink
Give various files RCS IDs.
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@51963 f5534014-38df-0310-8fa8-9805f1628bb7
  • Loading branch information
guy committed Sep 12, 2013
1 parent 93853b0 commit 4fb19a5
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 17 deletions.
2 changes: 2 additions & 0 deletions asn1/atn-cm/packet-atn-cm-template.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
*
* Routines for ATN context management protocol packet disassembly.
* ATN context management allows an aircraft
* to log on to a ground facility.
Expand Down
2 changes: 2 additions & 0 deletions asn1/atn-cpdlc/packet-atn-cpdlc-template.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
/* packet-atn-cpdlc-template.c
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
* Routines for ATN Cpdlcc protocol packet disassembly
Expand Down
2 changes: 2 additions & 0 deletions asn1/atn-ulcs/packet-atn-ulcs-template.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
*
* Routines for ATN upper layer
* protocol packet disassembly
Expand Down
2 changes: 1 addition & 1 deletion asn1/atn-ulcs/packet-atn-ulcs-template.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* packet-atn-ulcs.h
* Definitions for atn packet disassembly structures and routines
*
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
Expand Down
12 changes: 7 additions & 5 deletions epan/dissectors/packet-atn-cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
*
* Routines for ATN context management protocol packet disassembly.
* ATN context management allows an aircraft
* to log on to a ground facility.
Expand Down Expand Up @@ -113,7 +115,7 @@ static int hf_atn_cm_hours = -1; /* Timehours */
static int hf_atn_cm_minutes = -1; /* Timeminutes */

/*--- End of included file: packet-atn-cm-hf.c ---*/
#line 64 "../../asn1/atn-cm/packet-atn-cm-template.c"
#line 66 "../../asn1/atn-cm/packet-atn-cm-template.c"


/*--- Included file: packet-atn-cm-ett.c ---*/
Expand All @@ -135,7 +137,7 @@ static gint ett_atn_cm_ShortTsap = -1;
static gint ett_atn_cm_Time = -1;

/*--- End of included file: packet-atn-cm-ett.c ---*/
#line 66 "../../asn1/atn-cm/packet-atn-cm-template.c"
#line 68 "../../asn1/atn-cm/packet-atn-cm-template.c"
static gint ett_atn_cm = -1;


Expand Down Expand Up @@ -632,7 +634,7 @@ static void dissect_CMGroundMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U


/*--- End of included file: packet-atn-cm-fn.c ---*/
#line 69 "../../asn1/atn-cm/packet-atn-cm-template.c"
#line 71 "../../asn1/atn-cm/packet-atn-cm-template.c"
static int proto_atn_cm = -1;

static int
Expand Down Expand Up @@ -941,7 +943,7 @@ void proto_register_atn_cm (void)
"Timeminutes", HFILL }},

/*--- End of included file: packet-atn-cm-hfarr.c ---*/
#line 213 "../../asn1/atn-cm/packet-atn-cm-template.c"
#line 215 "../../asn1/atn-cm/packet-atn-cm-template.c"
};
static gint *ett[] = {

Expand All @@ -964,7 +966,7 @@ void proto_register_atn_cm (void)
&ett_atn_cm_Time,

/*--- End of included file: packet-atn-cm-ettarr.c ---*/
#line 216 "../../asn1/atn-cm/packet-atn-cm-template.c"
#line 218 "../../asn1/atn-cm/packet-atn-cm-template.c"
&ett_atn_cm
};

Expand Down
12 changes: 7 additions & 5 deletions epan/dissectors/packet-atn-cpdlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
/* packet-atn-cpdlc-template.c
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
* Routines for ATN Cpdlcc protocol packet disassembly
Expand Down Expand Up @@ -696,7 +698,7 @@ static int hf_atn_cpdlc_windSpeedEnglish = -1; /* WindSpeedEnglish */
static int hf_atn_cpdlc_windSpeedMetric = -1; /* WindSpeedMetric */

/*--- End of included file: packet-atn-cpdlc-hf.c ---*/
#line 86 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 88 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"


/*--- Included file: packet-atn-cpdlc-ett.c ---*/
Expand Down Expand Up @@ -845,7 +847,7 @@ static gint ett_atn_cpdlc_Winds = -1;
static gint ett_atn_cpdlc_WindSpeed = -1;

/*--- End of included file: packet-atn-cpdlc-ett.c ---*/
#line 88 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 90 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
static gint ett_atn_cpdlc = -1;


Expand Down Expand Up @@ -5284,7 +5286,7 @@ static void dissect_ProtectedAircraftPDUs_PDU(tvbuff_t *tvb _U_, packet_info *pi


/*--- End of included file: packet-atn-cpdlc-fn.c ---*/
#line 91 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 93 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"

/* Wireshark ID of CPDLC protocol */
static int proto_atn_cpdlc = -1;
Expand Down Expand Up @@ -7914,7 +7916,7 @@ void proto_register_atn_cpdlc (void)
NULL, HFILL }},

/*--- End of included file: packet-atn-cpdlc-hfarr.c ---*/
#line 312 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 314 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
};

static gint *ett[] = {
Expand Down Expand Up @@ -8065,7 +8067,7 @@ void proto_register_atn_cpdlc (void)
&ett_atn_cpdlc_WindSpeed,

/*--- End of included file: packet-atn-cpdlc-ettarr.c ---*/
#line 316 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
#line 318 "../../asn1/atn-cpdlc/packet-atn-cpdlc-template.c"
&ett_atn_cpdlc
};

Expand Down
12 changes: 7 additions & 5 deletions epan/dissectors/packet-atn-ulcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* $Id$
*
* Routines for ATN upper layer
* protocol packet disassembly
Expand Down Expand Up @@ -274,7 +276,7 @@ static int hf_atn_ulcs_ACSE_requirements_authentication = -1;
static int hf_atn_ulcs_ACSE_requirements_application_context_negotiation = -1;

/*--- End of included file: packet-atn-ulcs-hf.c ---*/
#line 192 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 194 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"


/*--- Included file: packet-atn-ulcs-ett.c ---*/
Expand Down Expand Up @@ -306,7 +308,7 @@ static gint ett_atn_ulcs_RelativeDistinguishedName = -1;
static gint ett_atn_ulcs_AttributeTypeAndValue = -1;

/*--- End of included file: packet-atn-ulcs-ett.c ---*/
#line 194 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 196 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
static gint ett_atn_ulcs = -1;
static gint ett_atn_acse = -1;

Expand Down Expand Up @@ -1588,7 +1590,7 @@ static void dissect_ACSE_apdu_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro


/*--- End of included file: packet-atn-ulcs-fn.c ---*/
#line 198 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 200 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"

/* re-implementing external data: packet-per.c */
static const value_string per_External_encoding_vals[] = {
Expand Down Expand Up @@ -2489,7 +2491,7 @@ void proto_register_atn_ulcs (void)
NULL, HFILL }},

/*--- End of included file: packet-atn-ulcs-hfarr.c ---*/
#line 806 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 808 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
{&hf_atn_ses_type,
{ "SPDU Type",
"atn-ulcs.ses.type",
Expand Down Expand Up @@ -2569,7 +2571,7 @@ void proto_register_atn_ulcs (void)
&ett_atn_ulcs_AttributeTypeAndValue,

/*--- End of included file: packet-atn-ulcs-ettarr.c ---*/
#line 856 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
#line 858 "../../asn1/atn-ulcs/packet-atn-ulcs-template.c"
&ett_atn_ses,
&ett_atn_pres,
&ett_atn_acse,
Expand Down
2 changes: 1 addition & 1 deletion epan/dissectors/packet-atn-ulcs.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/* packet-atn-ulcs.h
* Definitions for atn packet disassembly structures and routines
*
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
Expand Down

0 comments on commit 4fb19a5

Please sign in to comment.