NGAP: fix a comment in the header file and add it to CMakeLists.txt

This commit is contained in:
Pascal Quantin 2020-09-05 11:46:32 +02:00
parent 7ab6440416
commit 87521e8bf5
3 changed files with 3 additions and 2 deletions

View File

@ -29,6 +29,7 @@ set( ASN_FILE_LIST
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template.c
packet-${PROTOCOL_NAME}-template.h
${PROTOCOL_NAME}.cnf
)

View File

@ -1,4 +1,4 @@
/* packet-s1ap.h
/* packet-ngap.h
* Routines for NG-RAN NG Application Protocol (NGAP) packet dissection
*
* Wireshark - Network traffic analyzer

View File

@ -6,7 +6,7 @@
/* Input file: packet-ngap-template.h */
#line 1 "./asn1/ngap/packet-ngap-template.h"
/* packet-s1ap.h
/* packet-ngap.h
* Routines for NG-RAN NG Application Protocol (NGAP) packet dissection
*
* Wireshark - Network traffic analyzer