Gateway message secondary analysis method and device, computer device and storage medium

By using transaction templates to parse the sequence number of the transaction number field, the problem of parsing complex message formats is solved, resulting in simplified message parsing logic and improved versatility.

CN116346960BActive Publication Date: 2026-02-27PING AN BANK CO LTD
View PDF 1 Cites 0 Cited by

Patent Information

Application Number
CN202310405485.1
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2023-04-07
Publication Date
2026-02-27
Estimated Expiration
2043-04-07

AI Technical Summary

Technical Problem

Existing technologies require rewriting the transaction number extraction logic when parsing complex message formats such as fixed-length messages and ISO8583 messages, which makes the code difficult to read and understand and lacks versatility.

Method used

The transaction number of the parsed transaction message is parsed by using a preset transaction template to obtain the field sequence number, and the transaction number of the transaction message to be parsed is obtained according to the configured transaction template, thus realizing message parsing.

Benefits of technology

It simplifies message parsing logic, improves versatility, and reduces the difficulty of understanding for staff without relying on code.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN116346960B_ABST
    Figure CN116346960B_ABST
Patent Text Reader

Abstract

The application provides a gateway message secondary analysis method, which comprises the following steps: acquiring first transaction numbers of a plurality of analyzed transaction messages in different message formats; analyzing each first transaction number by using a preset transaction template, and acquiring a plurality of groups of field sequence numbers constituting all the first transaction numbers; configuring a field list in the transaction template according to each group of field sequence numbers and a transaction message definition corresponding to each first transaction number, and acquiring a configured transaction template; acquiring a second transaction number of a transaction message to be analyzed according to the configured transaction template; and performing message analysis on a corresponding transaction message definition according to the second transaction number. In addition, the application also provides a device for implementing gateway message secondary analysis and a computer device.
Need to check novelty before this filing date? Find Prior Art

Description

TECHNICAL FIELD

[0001] The present application relates to the technical field of gateway, and particularly relates to a gateway message secondary analysis method and device, computer equipment and storage medium. BACKGROUND

[0002] In the research and development of gateway application systems, message format analysis is a very important function. In the financial industry, various message formats are used when interfaces between institutions are called. For example, XML format, JSON format, fixed-length message format, ISO8583 message format, etc. When the above messages are received, the transaction number needs to be determined in advance to obtain the corresponding transaction message definition, and the message analysis is completed.

[0003] For complex messages such as fixed-length message format and ISO8583 message format, multiple fields are usually used to represent the transaction number. In the prior art, for the extraction of the transaction number of the multi-field type, the characteristics of the message are summarized, and the data in the specific position is forcibly extracted from the byte array to assemble the transaction number. However, this method has some problems: on the one hand, it is difficult to read and understand the code, and on the other hand, for each new message format, the extraction logic of the transaction number needs to be rewritten, which is not universal. SUMMARY

[0004] The present application provides a gateway message secondary analysis method, device, computer equipment and storage medium, which realizes the analysis of corresponding messages under different message formats.

[0005] In a first aspect, the present application provides a gateway message secondary analysis method. The gateway message secondary analysis method comprises: obtaining a plurality of first transaction numbers of analyzed transaction messages of different message formats, each first transaction number being composed of a plurality of different fields, the fields being a plurality of parts in the fields of the analyzed transaction messages, and the fields in each analyzed transaction message being arranged in sequence; analyzing each first transaction number by using a preset transaction template to obtain a plurality of field sequence numbers composed of all first transaction numbers, the transaction template being used for analyzing transaction numbers; configuring a field list in the transaction template according to each field sequence number and a transaction message definition corresponding to each first transaction number, obtaining a configured transaction template, and the field list being used for mapping the relationship between a field sequence number and the message format of the transaction message definition; obtaining a second transaction number of a transaction message to be analyzed according to the configured transaction template, the transaction message to be analyzed being composed of a plurality of fields to be analyzed, and each field to be analyzed being arranged in sequence; and performing message analysis on the corresponding transaction message definition according to the second transaction number.

[0006] In a second aspect, an embodiment of the present application provides a device for implementing secondary parsing of gateway messages. The device for implementing secondary parsing of gateway messages comprises a first obtaining module, a first parsing module, a configuration module, a second obtaining module, and a second parsing module. The first obtaining module is configured to obtain first transaction numbers of parsed transaction messages in multiple different message formats, each first transaction number being composed of multiple different fields, the fields being parts of fields that constitute the parsed transaction messages, and the fields in each parsed transaction message being arranged in sequence. The first parsing module is configured to parse each first transaction number by using a preset transaction template to obtain multiple sets of field sequence numbers that constitute all first transaction numbers, the transaction template being used to parse transaction numbers. The configuration module is configured to configure a field list in the transaction template according to each set of field sequence numbers and a transaction message definition corresponding to each first transaction number, obtain a configured transaction template, and the field list being used to map a relationship between a set of field sequence numbers and a message format of the transaction message definition. The second obtaining module is configured to obtain a second transaction number of a transaction message to be parsed according to the configured transaction template, the transaction message to be parsed being composed of multiple fields to be parsed, and each field to be parsed being arranged in sequence. The second parsing module is configured to perform message parsing on a corresponding transaction message definition according to the second transaction number.

[0007] In a third aspect, an embodiment of the present application provides a computer device for implementing secondary parsing of gateway messages. The computer device for implementing secondary parsing of gateway messages comprises a memory and a processor. The memory is configured to store a computer program, and the processor is configured to execute the computer program to implement the method for secondary parsing of gateway messages.

[0008] In a fourth aspect, an embodiment of the present application provides a computer readable storage medium. The computer readable storage medium is configured to store a computer program, and the computer program is executed by a processor to implement the method for secondary parsing of gateway messages.

[0009] The method, device, computer device, and storage medium for secondary parsing of gateway messages are configured to parse transaction numbers of parsed transaction messages in advance by using a transaction template, obtain a composition rule of the transaction numbers, obtain transaction numbers of transaction messages to be parsed according to the transaction template with the composition rule, and perform message parsing on corresponding transaction message definitions, so as to implement secondary parsing of messages under simple logic. The method covers message formats involved in message parsing under expansion of the composition rule, has universality, and does not rely on codes, thereby reducing understanding difficulty of staff. BRIEF DESCRIPTION OF DRAWINGS

[0010] In order to more clearly illustrate the technical solutions in the embodiments of the present application or the prior art, the following will briefly introduce the drawings needed to be used in the embodiments or prior art description. Obviously, the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained from the drawings shown without creative labor.

[0011] Figure 1 The gateway message secondary analysis method flow chart provided for the embodiments of the present application.

[0012] Figure 2 The step S102 sub-step flow chart provided for the embodiments of the present application.

[0013] Figure 3 The step S103 sub-step flow chart provided for the embodiments of the present application.

[0014] Figure 4 The step S104 sub-step flow chart provided for the embodiments of the present application.

[0015] Figure 5 The step S1042 sub-step flow chart provided for the embodiments of the present application.

[0016] Figure 6 The step S1043 sub-step flow chart provided for the embodiments of the present application.

[0017] Figure 7 The structure schematic diagram of the device for implementing the gateway message secondary analysis provided for the embodiments of the present application.

[0018] Figure 8 The structure schematic diagram of the computer device for implementing the gateway message secondary analysis provided for the embodiments of the present application.

[0019] The implementation of the present application, functional features and advantages will be further described with reference to the embodiments and the accompanying drawings. DETAILED DESCRIPTION

[0020] In order to make the purpose, technical solutions and advantages of the present application more clear, the following will further describe the present application with reference to the drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present application, and are not used to limit the present application. Based on the embodiments in the present application, all other embodiments obtained by those skilled in the art without creative labor are within the scope of protection of the present application.

[0021] The terms "first", "second", "third", "fourth" and the like in the description and in the claims of the present application and above-mentioned drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the use of the terms so construed herein is merely for convenience and brevity and in no way a limitation on the scope of the application. Any reference in the specification to "one implementation", "an implementation", "an example" or the like means that a particular feature, structure, or characteristic described in connection with the implementation is included in at least one implementation of the application. The appearance of the phrases "in one implementation" or "in an implementation" in various places in the specification are not necessarily all referring to the same implementation. In addition, the terms "comprises", "comprising", "includes", "including", "has", "having" and the like are to be construed as being inclusive (meaning and / or) and not exclusive, unless specifically indicated otherwise. Further, the terms "may" and "may be" are used in this document to convey a possibility of an event occurring in a system, method, product, or device described or claimed, without necessarily conveying an event will occur.

[0022] It should be noted that the terms "first", "second", etc. in the description of the present application are only used for descriptive purposes and cannot be understood as indicating or implying the relative importance of the technical features indicated or implying the number of technical features indicated. Therefore, the features defined as "first", "second" can explicitly or implicitly include one or more features. In addition, the technical solutions of various embodiments can be combined with each other, but must be based on the realization of ordinary skilled in the art, when the combination of technical solutions appears contradictory or unachievable, it should be considered that the combination of technical solutions does not exist, nor within the scope of protection claimed in the present application.

[0023] In the development of gateway application system, the analysis of message format is a very important function. In the financial industry, various message formats are used when calling interfaces between institutions. For example, XML format, JSON format, fixed-length message format, ISO8583 message format, etc.

[0024] For easy-to-analyze messages, parsing can be quickly completed through public libraries without going through the gateway to handle a large number of logics. For complex messages such as fixed-length message format and ISO8583 message format, the gateway needs to save the message definitions of each message format in advance. When receiving a transaction message of a specified message format, the transaction number is first judged, and then the corresponding transaction message definition is found according to the transaction number, and then the complete message parsing is performed. This message parsing method is limited by the extraction logic of the transaction number of different message formats, and each new message format needs to rewrite the extraction logic of the transaction number, and involves code logic, which has certain difficulty in reading and understanding.

[0025] The present application determines the extraction logic of the transaction number to complete the parsing of the message without the aid of code. Please refer to Figure 1 , which is a gateway message secondary parsing method flowchart provided by the embodiment of the present application. The gateway message secondary parsing method specifically includes steps S101-S105.

[0026] In step S101, a plurality of first transaction numbers of parsed transaction messages in different message formats are obtained, and fields in each parsed transaction message are arranged in sequence.

[0027] Each first transaction number is composed of a plurality of different fields, which are parts of fields in the parsed transaction message composed of a plurality of fields. In some possible embodiments, the above-mentioned fields can be numbers, letters, combinations of numbers and letters, which are not described herein. In step S101, the message format of the parsed transaction message needs to cover the message format involved in the gateway message to determine the composition rule of the transaction number corresponding to each message format.

[0028] In step S102, each first transaction number is parsed by using a preset transaction template to obtain a plurality of field sequence numbers composed of all first transaction numbers.

[0029] The transaction template is not a transaction message configuration of a specified message format, but an incomplete special message configuration specially used for parsing the required fields of the transaction number. Through parsing of the transaction template, all fields required for the transaction number are obtained. In step S102, through parsing of the transaction template, a plurality of fields composed of all first transaction numbers are obtained, specifically, a sequence of corresponding fields in the parsed transaction message for each group of fields, and a field sequence number composed of a plurality of sequences. Please refer to Figure 2 which is a step S102 sub-step flowchart provided by the embodiment of the application. Parsing each first transaction number by using a preset transaction template to obtain a plurality of field sequence numbers composed of all first transaction numbers includes steps S1021-S1022.

[0030] In step S1021, fields composed of the parsed transaction message and the first transaction number are compared one by one to determine the same fields.

[0031] In step S1022, when the same fields are compared, the sequence number of the corresponding field in the parsed transaction message of the same field is recorded.

[0032] The field sequence number includes a plurality of sequences of the same fields in the parsed transaction message, and each sequence is separated by a separator in sequence. For example, in the ISO8583 message, after comparing the corresponding transaction number, the ISO8583 message 0, 3, 25 three same fields are compared, and the field sequence number of the ISO8583 message format is 0, 3, 25.

[0033] In step S103, a field list is configured in the transaction template according to each group of field sequence numbers and the transaction message definition corresponding to each first transaction number to obtain a configured transaction template.

[0034] The field list is used to map the relationship between a set of field sequence numbers and the message format of the transaction message definition. Please refer to Figure 3 which is a flowchart of sub-steps of step S103 provided by the embodiment of the present application. According to the transaction message definition corresponding to each set of field sequence numbers and each first transaction number, the field list configured in the transaction template includes steps S1031-S1032.

[0035] In step S1031, a mapping relationship group is obtained according to the message format of the transaction message definition, the field sequence numbers constituting the first transaction number, and the mapping relationship between the message format and the field sequence numbers.

[0036] The mapping relationship group includes a mapping item and a mapped item. The mapping item is the message format in the mapping relationship group, and the mapped item is the field sequence number in the mapping relationship group.

[0037] In step S1032, the mapping item in the mapping relationship group is placed in one column of the field list, and the mapped item in the mapping relationship group is placed in another column of the field list to obtain the field list.

[0038] In step S104, the second transaction number of the transaction message to be parsed is obtained according to the configured transaction template.

[0039] The transaction message to be parsed is composed of a plurality of fields to be parsed, and each field to be parsed is arranged in sequence. Please refer to Figure 4 which is a flowchart of sub-steps of step S104 provided by the embodiment of the present application. According to the configured transaction template, the second transaction number of the transaction message to be parsed is obtained, including steps S1041-S1044.

[0040] In step S1041, the message format of the transaction message to be parsed is obtained.

[0041] In step S1042, the field sequence numbers to be parsed are obtained in the field list of the configured transaction template according to the message format to be parsed.

[0042] In step S1042, after the message format of the transaction message to be parsed is obtained, the corresponding field sequence numbers need to be obtained to obtain the corresponding fields in the transaction message to be parsed, so as to obtain the second transaction number. Please refer to Figure 5 which is a flowchart of sub-steps of step S1042 provided by the embodiment of the present application. According to the message format to be parsed, the field sequence numbers to be parsed are obtained in the field list of the configured transaction template, including steps S10421-S10422.

[0043] Step S10421, compare the to-be-analyzed transaction message format with the message formats in the field list one by one.

[0044] In step S10421, the message formats in the field list are the message formats involved in the gateway message. In some possible embodiments, when the message format of the to-be-analyzed transaction message is not within the range of the message formats in the field list, the field list can be expanded by analyzing the transaction number corresponding to the message format, so as to achieve a universal effect.

[0045] Step S10422, when the same message format is found, the corresponding field sequence number in the field list is obtained as the to-be-analyzed field sequence number.

[0046] In step S10422, the fields in the to-be-analyzed transaction message are arranged in sequence, and when the same format is obtained, the corresponding field sequence number is also determined. That is, the fields constituting the second transaction number are also determined from the to-be-analyzed transaction message.

[0047] Step S1043, according to the to-be-analyzed field sequence number, the to-be-analyzed field in the to-be-analyzed transaction message is obtained.

[0048] In step S1043, after the field sequence number is obtained, the field in the corresponding field sequence number in the to-be-analyzed transaction message needs to be determined. Please refer to Figure 6 which is a sub-step flowchart of step S1043 provided by the embodiments of the present application. According to the to-be-analyzed field sequence number, the to-be-analyzed field in the to-be-analyzed transaction message is obtained, including steps S10431-S10432.

[0049] Step S10431, compare the to-be-analyzed field sequence number with the sequence of the to-be-analyzed field in the to-be-analyzed transaction message one by one.

[0050] Step S10432, when the same sequence is found, the to-be-analyzed field corresponding to the same sequence is obtained.

[0051] Step S1044, the to-be-analyzed fields are spliced in the order of the sequence in the to-be-analyzed field sequence number, and the second transaction number is obtained.

[0052] In step S1044, after all the fields constituting the second transaction number are obtained, all the fields need to be spliced in sequence. Specifically, the corresponding fields are spliced in the arrangement order of the sequence in the field sequence number, so as to obtain the second transaction number.

[0053] Step S105, according to the second transaction number, the message analysis of the corresponding transaction message definition is performed.

[0054] In step S105, after the second transaction number is acquired, the transaction message definition corresponding to the second transaction number is found in the existing transaction message definition. The essence of message analysis is the analysis of message analysis definition. After the transaction message definition of the transaction message to be analyzed is acquired, the transaction message to be analyzed can also be completed.

[0055] Please refer to Figure 7 which is a structural schematic diagram of an apparatus for implementing secondary analysis of gateway messages provided by an embodiment of the present application. The apparatus 100 for implementing secondary analysis of gateway messages comprises a first acquisition module 11, a first analysis module 21, a configuration module 31, a second acquisition module 41, and a second analysis module 51.

[0056] The first acquisition module 11 is configured to acquire first transaction numbers of a plurality of analyzed transaction messages in different message formats, each first transaction number being composed of a plurality of different fields, the fields being parts of the fields that constitute the analyzed transaction messages, and the fields in each analyzed transaction message being arranged in sequence.

[0057] The first analysis module 21 is configured to analyze each first transaction number by using a preset transaction template to acquire a plurality of sets of field sequence numbers that constitute all the first transaction numbers, the transaction template being used to analyze transaction numbers.

[0058] The configuration module 31 is configured to configure a field list in the transaction template according to each set of field sequence numbers and the transaction message definition corresponding to each first transaction number, acquire a configured transaction template, and the field list being used to map the relationship between a set of field sequence numbers and the message format of the transaction message definition.

[0059] The second acquisition module 41 is configured to acquire a second transaction number of a transaction message to be analyzed according to the configured transaction template, the transaction message to be analyzed being composed of a plurality of fields to be analyzed, and each field to be analyzed being arranged in sequence.

[0060] The second analysis module 51 is configured to perform message analysis on the corresponding transaction message definition according to the second transaction number.

[0061] Please refer to Figure 8 which is a structural schematic diagram of a computer device for implementing secondary analysis of gateway messages provided by an embodiment of the present application. The computer device 101 for implementing secondary analysis of gateway messages comprises a memory 901 and a processor 902. The processor 902 is configured to run a computer program in the memory 901.

[0062] The memory 901 includes at least one type of readable storage medium including a flash memory, a hard disk, a multimedia card micro type memory, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a disk, an optical disk, etc. The memory 901 can be an internal memory of a computer device in some embodiments, for example, a hard disk of the computer device. The memory 901 can also be a storage device of an external computer device in other embodiments, for example, a plug-in hard disk, a smart media card (SMC), a secure digital (SD) card, a flash card, etc. configured in the computer device. Further, the memory 901 can include both an internal memory of a computer device and an external storage device. The memory 901 can be used to store application software installed in the computer device and various data, for example, codes for implementing the gateway message secondary analysis method, etc., and can also be used to temporarily store data that has been output or will be output.

[0063] In the above embodiments, the transaction number of the analyzed transaction message is analyzed in advance through the transaction template, the composition rule of the transaction number is obtained, the transaction number of the transaction message to be analyzed is obtained according to the transaction template with the composition rule, and the message analysis is performed on the corresponding transaction message definition, so that the message secondary analysis under simple logic is realized. The message format involved in the message analysis is covered under the expansion of the composition rule, which has universality, and the method does not rely on code, reducing the understanding difficulty of the staff.

[0064] Obviously, those skilled in the art can make various modifications and variations to the present application without departing from the spirit and scope of the present application. Thus, if these modifications and variations of the present application belong to the scope of the claims of the present application and their equivalent technologies, the present application also intends to include these modifications and variations.

[0065] The above only lists the preferred embodiments of the present application, and of course cannot limit the scope of the rights of the present application, so the equivalent changes made according to the claims of the present application still belong to the scope covered by the present application.

Claims

1. A gateway packet secondary analysis method, characterized in that, The gateway message secondary analysis method comprises: obtaining a plurality of first transaction numbers of analyzed transaction messages in different message formats, each first transaction number being composed of a plurality of different fields, the fields being a plurality of parts in the fields composing the analyzed transaction message, and the fields in each analyzed transaction message being arranged in sequence; analyzing each first transaction number by using a preset transaction template to obtain a plurality of field sequence numbers composing all first transaction numbers, the preset transaction template being used to analyze required fields of transaction numbers; configuring a field list in the transaction template according to each field sequence number and a transaction message definition corresponding to each first transaction number to obtain a configured transaction template, the field list being used to map the relationship between a field sequence number and a message format of a transaction message definition; obtaining a second transaction number of a transaction message to be analyzed according to the configured transaction template, the transaction message to be analyzed being composed of a plurality of fields to be analyzed, and each field to be analyzed being arranged in sequence; performing message analysis on a corresponding transaction message definition according to the second transaction number.

2. The gateway packet re-parsing method of claim 1, wherein, The transaction message is composed of a plurality of fields; analyzing each first transaction number by using a preset transaction template to obtain a plurality of field sequence numbers composing all first transaction numbers comprises: comparing the fields composing the analyzed transaction message and the first transaction number one by one to determine the same fields; when the same fields are found, recording the field sequence numbers of the same fields in the analyzed transaction message.

3. The gateway packet re-parsing method of claim 2, wherein, The field sequence numbers comprise a plurality of sequences of the same fields in the analyzed transaction message, and each sequence is separated by a separator in sequence.

4. The gateway packet re-parsing method of claim 1, wherein, Configuring a field list in the transaction template according to each field sequence number and a transaction message definition corresponding to each first transaction number comprises: obtaining a mapping relationship group according to a message format of a transaction message definition, field sequence numbers composing a first transaction number, and a mapping relationship between the message format and the field sequence numbers, the mapping relationship group comprising a mapping item and a mapped item, the mapping item being a message format in the mapping relationship group, and the mapped item being a field sequence number in the mapping relationship group; placing the mapping item in the mapping relationship group in one column of the field list and placing the mapped item in the mapping relationship group in another column of the field list to obtain the field list.

5. The gateway packet re-parsing method of claim 1, wherein, Obtaining a second transaction number of a transaction message to be analyzed according to the configured transaction template comprises: obtaining a to-be-analyzed message format of the transaction message to be analyzed; obtaining a to-be-analyzed field sequence number in the field list of the configured transaction template according to the to-be-analyzed message format; obtaining a to-be-analyzed field in the transaction message to be analyzed according to the to-be-analyzed field sequence number; splicing the to-be-analyzed fields in the order of the sequences in the to-be-analyzed field sequence number to obtain the second transaction number.

6. The gateway packet re-parsing method of claim 5, wherein, Obtaining a to-be-analyzed field sequence number in the field list of the configured transaction template according to the to-be-analyzed message format comprises: comparing the to-be-analyzed message format and a message format in the field list one by one; When the same message format is compared, the corresponding field sequence number in the field list is obtained as the to-be-parsed field sequence number.

7. The gateway packet re-parsing method of claim 5, wherein, According to the to-be-parsed field sequence number, a to-be-parsed field in the to-be-parsed transaction message is obtained, including: The to-be-parsed field sequence number and the to-be-parsed field in the to-be-parsed transaction message are compared one by one; When the same sequence is compared, the to-be-parsed field corresponding to the same sequence is obtained.

8. An apparatus for implementing secondary parsing of gateway messages, characterized in that, The device for implementing secondary parsing of gateway messages includes: A first obtaining module is configured to obtain a first transaction number of a plurality of parsed transaction messages of different message formats, each first transaction number being composed of a plurality of different fields, the fields being a plurality of parts in the fields that constitute the parsed transaction message, and the fields in each parsed transaction message being arranged in sequence; A first parsing module is configured to parse each first transaction number by using a preset transaction template to obtain a plurality of field sequence numbers that constitute all first transaction numbers, the preset transaction template being used to parse required fields of the transaction number; A configuration module is configured to configure a field list in the transaction template according to each field sequence number and a transaction message definition corresponding to each first transaction number, obtain a configured transaction template, and the field list being used to map the relationship between a group of field sequence numbers and the message format of the transaction message definition; A second obtaining module is configured to obtain a second transaction number of a to-be-parsed transaction message according to the configured transaction template, the to-be-parsed transaction message being composed of a plurality of to-be-parsed fields, and each to-be-parsed field being arranged in sequence; A second parsing module is configured to perform message parsing on a corresponding transaction message definition according to the second transaction number.

9. A computer device for implementing secondary parsing of gateway messages, characterized in that, The computer device for implementing secondary parsing of gateway messages includes: A memory is configured to store a computer program; and A processor is configured to execute the computer program instructions to implement the gateway message secondary parsing method in any one of claims 1-7.

10. A computer-readable storage medium, characterized in that, The computer readable storage medium is configured to store a computer program, and the computer program is executed by a processor to implement the gateway message secondary parsing method in any one of claims 1-7. The computer readable storage medium is configured to store a computer program, and the computer program is executed by a processor to implement the gateway message secondary parsing method in any one of claims 1-7.

Citation Information

Patent Citations

  • Packet parsing method and packet parsing device

    CN108881172A