CN110087025B - Directory verification method and device - Google Patents

Directory verification method and device Download PDF

Info

Publication number
CN110087025B
CN110087025B CN201910205508.8A CN201910205508A CN110087025B CN 110087025 B CN110087025 B CN 110087025B CN 201910205508 A CN201910205508 A CN 201910205508A CN 110087025 B CN110087025 B CN 110087025B
Authority
CN
China
Prior art keywords
directory
packet
data
module
sip protocol
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910205508.8A
Other languages
Chinese (zh)
Other versions
CN110087025A (en
Inventor
付林
杨传坤
宋涛
沈军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Visionvera Information Technology Co Ltd
Original Assignee
Visionvera Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Visionvera Information Technology Co Ltd filed Critical Visionvera Information Technology Co Ltd
Priority to CN201910205508.8A priority Critical patent/CN110087025B/en
Publication of CN110087025A publication Critical patent/CN110087025A/en
Application granted granted Critical
Publication of CN110087025B publication Critical patent/CN110087025B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/60Network structure or processes for video distribution between server and client or between remote clients; Control signalling between clients, server and network components; Transmission of management data between server and client, e.g. sending from server to client commands for recording incoming content stream; Communication details between server and client 
    • H04N21/63Control signaling related to video distribution between client, server and network components; Network processes for video distribution between server and clients or between remote clients, e.g. transmitting basic layer and enhancement layers over different transmission paths, setting up a peer-to-peer communication via Internet between remote STB's; Communication protocols; Addressing
    • H04N21/643Communication protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/83Generation or processing of protective or descriptive data associated with content; Content structuring
    • H04N21/845Structuring of content, e.g. decomposing content into time segments
    • H04N21/8456Structuring of content, e.g. decomposing content into time segments by decomposing the content in the time domain, e.g. in time segments
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast

Abstract

The embodiment of the invention provides a directory verification method and a device, which are applied to a video networking platform, wherein the method comprises the following steps: when the video networking platform sends a target file to other national standard domain platforms, capturing the target file through a preset plug-in; cutting the target file to obtain a plurality of data packets; analyzing the plurality of data packets to obtain useful fields; constructing a directory tree according to the useful field; and checking the integrity of the directory data according to the directory tree. The embodiment of the invention makes clear the structure of the intermediate data and makes clear the responsibility of the data sender and receiver.

Description

Directory verification method and device
Technical Field
The present invention relates to the field of verification technologies, and in particular, to a directory verification method and a directory verification apparatus.
Background
The national standard domain is a system which completely performs coding, transmission and processing on monitoring directories and resources according to the GB/T28181 national standard.
When one national standard domain initiates a signaling of a sharing request to another national standard domain, the requested national standard domain needs to respond according to the national standard and send a directory and resources to the national standard domain initiating the request.
In practical application, when a plurality of national standard domains share a directory, due to the loss of an intermediate data verification means, whether a directory sender sends a complete and correct organization directory tree cannot be determined, so that a responsible party cannot be determined, and the responsibility between the sender and a receiver is mutually removed. In the prior art, each data packet can only be checked one by one through packet capturing software, however, when hundreds of thousands of packet resources are checked, the checking process is too complicated, and the time consumption is too large.
Disclosure of Invention
In view of the above problems, embodiments of the present invention are proposed to provide a directory verification method and a corresponding directory verification apparatus that overcome or at least partially solve the above problems.
In order to solve the above problem, an embodiment of the present invention discloses a directory verification method, which is applied to a video networking platform, and the method includes:
when the video networking platform sends a target file to other national standard domain platforms, capturing the target file through a preset plug-in;
cutting the target file to obtain a plurality of data packets;
analyzing the plurality of data packets to obtain useful fields;
constructing a directory tree according to the useful field;
and checking the integrity of the directory data according to the directory tree.
Optionally, the parsing the multiple data packets to obtain useful fields includes:
analyzing the plurality of data packets to obtain an Sip protocol packet;
and analyzing the Sip protocol packet to obtain a useful field.
Optionally, the step of analyzing the plurality of data packets to obtain an Sip protocol packet includes:
analyzing the plurality of data packets, and judging whether the data packets obtained by analysis are Sip protocol packets;
if yes, reserving the Sip protocol packet;
and if not, discarding the analyzed data packet.
Optionally, after the retaining the Sip protocol packet, the method further includes:
judging whether the Sip protocol packet is a fragment packet or not;
if yes, keeping the fragment package;
and assembling the fragment packets into a complete Sip protocol packet.
Optionally, the directory comprises a child directory and a parent directory; the useful field comprises a first identification and a second identification; the first identification is used for identifying the parent directory, the second identification is used for identifying the child directory, and the constructing of the directory tree according to the useful fields comprises the following steps:
and constructing a complete directory tree according to the corresponding relation between the second identifier of the child directory and the first identifier of the parent directory.
Optionally, the verifying the integrity of the directory data according to the directory tree includes:
and matching the directory tree with the directory data of the video networking platform, and checking the integrity of the directory data.
The embodiment of the invention also discloses a directory verification device, which is applied to a video networking platform, and the device comprises:
the target file capturing module is used for capturing the target file through a preset plug-in when the video networking platform sends the target file to other national standard domain platforms;
the cutting module is used for cutting the target file to obtain a plurality of data packets;
the analysis module is used for analyzing the data packets to obtain useful fields;
the construction module is used for constructing a directory tree according to the useful fields;
and the checking module is used for checking the integrity of the directory data according to the directory tree.
Optionally, the parsing module includes:
the Sip protocol packet acquisition submodule is used for analyzing the plurality of data packets to obtain Sip protocol packets;
and the useful field acquisition submodule is used for analyzing the Sip protocol packet to acquire the useful field.
Optionally, the Sip protocol packet obtaining sub-module includes:
the judging unit is used for analyzing the plurality of data packets and judging whether the data packets obtained by analysis are Sip protocol packets;
a reserving unit, configured to reserve the Sip protocol packet if the Sip protocol packet is valid;
and the discarding unit is used for discarding the data packet obtained by analysis if the data packet is not the data packet.
Optionally, the apparatus further comprises:
the fragment packet judgment module is used for judging whether the Sip protocol packet is a fragment packet;
a fragment packet retaining module, configured to retain the fragment packets if yes;
and the assembling module is used for assembling the fragment packet into a complete Sip protocol packet.
Optionally, the directory comprises a child directory and a parent directory; the useful field comprises a first identification and a second identification; the first identifier is used for identifying the parent directory, the second identifier is used for identifying the child directory, and the construction module comprises:
and the construction submodule is used for constructing a complete directory tree according to the corresponding relation between the second identifier of the subdirectory and the first identifier of the parent directory.
Optionally, the verification module includes:
and the verification submodule is used for matching the directory tree with the directory data of the video networking platform and verifying the integrity of the directory data.
The embodiment of the invention also discloses a device, which comprises:
one or more processors; and
one or more machine readable media having instructions stored thereon that, when executed by the one or more processors, cause the apparatus to perform one or more methods as described above.
Embodiments of the invention also disclose one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the processors to perform one or more of the methods described above.
The embodiment of the invention has the following advantages: when the video networking platform sends the target file to other international domain platforms, capturing the target file through a preset plug-in; cutting a target file to obtain a plurality of data packets; analyzing the plurality of data packets to obtain useful fields; constructing a directory tree according to the useful fields; the integrity of the directory data is checked against the directory tree. The embodiment of the invention makes clear the structure of the intermediate data and makes clear the responsibility of the data sender and receiver.
Drawings
FIG. 1 is a schematic networking diagram of a video network of the present invention;
FIG. 2 is a schematic diagram of a hardware architecture of a node server according to the present invention;
fig. 3 is a schematic diagram of a hardware structure of an access switch of the present invention;
fig. 4 is a schematic diagram of a hardware structure of an ethernet protocol conversion gateway according to the present invention;
FIG. 5 is a flowchart illustrating the steps of one embodiment of a directory verification method of the present invention;
fig. 6 is a block diagram of a directory verifying apparatus according to an embodiment of the present invention.
Detailed Description
In order to make the aforementioned objects, features and advantages of the present invention comprehensible, embodiments accompanied with figures are described in further detail below.
The video networking is an important milestone for network development, is a real-time network, can realize high-definition video real-time transmission, and pushes a plurality of internet applications to high-definition video, and high-definition faces each other.
The video networking adopts a real-time high-definition video exchange technology, can integrate required services such as dozens of services of video, voice, pictures, characters, communication, data and the like on a system platform on a network platform, such as high-definition video conference, video monitoring, intelligent monitoring analysis, emergency command, digital broadcast television, delayed television, network teaching, live broadcast, VOD on demand, television mail, Personal Video Recorder (PVR), intranet (self-office) channels, intelligent video broadcast control, information distribution and the like, and realizes high-definition quality video broadcast through a television or a computer.
To better understand the embodiments of the present invention, the following description refers to the internet of view:
some of the technologies applied in the video networking are as follows:
network Technology (Network Technology)
Network technology innovation in video networking has improved over traditional Ethernet (Ethernet) to face the potentially enormous video traffic on the network. Unlike pure network Packet Switching (Packet Switching) or network Circuit Switching (Circuit Switching), the Packet Switching is adopted by the technology of the video networking to meet the Streaming requirement. The video networking technology has the advantages of flexibility, simplicity and low price of packet switching, and simultaneously has the quality and safety guarantee of circuit switching, thereby realizing the seamless connection of the whole network switching type virtual circuit and the data format.
Switching Technology (Switching Technology)
The video network adopts two advantages of asynchronism and packet switching of the Ethernet, eliminates the defects of the Ethernet on the premise of full compatibility, has end-to-end seamless connection of the whole network, is directly communicated with a user terminal, and directly bears an IP data packet. The user data does not require any format conversion across the entire network. The video networking is a higher-level form of the Ethernet, is a real-time exchange platform, can realize the real-time transmission of the whole-network large-scale high-definition video which cannot be realized by the existing Internet, and pushes a plurality of network video applications to high-definition and unification.
Server Technology (Server Technology)
The server technology on the video networking and unified video platform is different from the traditional server, the streaming media transmission of the video networking and unified video platform is established on the basis of connection orientation, the data processing capacity of the video networking and unified video platform is independent of flow and communication time, and a single network layer can contain signaling and data transmission. For voice and video services, the complexity of video networking and unified video platform streaming media processing is much simpler than that of data processing, and the efficiency is greatly improved by more than one hundred times compared with that of a traditional server.
Storage Technology (Storage Technology)
The super-high speed storage technology of the unified video platform adopts the most advanced real-time operating system in order to adapt to the media content with super-large capacity and super-large flow, the program information in the server instruction is mapped to the specific hard disk space, the media content is not passed through the server any more, and is directly sent to the user terminal instantly, and the general waiting time of the user is less than 0.2 second. The optimized sector distribution greatly reduces the mechanical motion of the magnetic head track seeking of the hard disk, the resource consumption only accounts for 20% of that of the IP internet of the same grade, but concurrent flow which is 3 times larger than that of the traditional hard disk array is generated, and the comprehensive efficiency is improved by more than 10 times.
Network Security Technology (Network Security Technology)
The structural design of the video network completely eliminates the network security problem troubling the internet structurally by the modes of independent service permission control each time, complete isolation of equipment and user data and the like, generally does not need antivirus programs and firewalls, avoids the attack of hackers and viruses, and provides a structural carefree security network for users.
Service Innovation Technology (Service Innovation Technology)
The unified video platform integrates services and transmission, and is not only automatically connected once whether a single user, a private network user or a network aggregate. The user terminal, the set-top box or the PC are directly connected to the unified video platform to obtain various multimedia video services in various forms. The unified video platform adopts a menu type configuration table mode to replace the traditional complex application programming, can realize complex application by using very few codes, and realizes infinite new service innovation.
Networking of the video network is as follows:
the video network is a centralized control network structure, and the network can be a tree network, a star network, a ring network and the like, but on the basis of the centralized control node, the whole network is controlled by the centralized control node in the network.
As shown in fig. 1, the video network is divided into an access network and a metropolitan network.
The devices of the access network part can be mainly classified into 3 types: node server, access switch, terminal (including various set-top boxes, coding boards, memories, etc.). The node server is connected to an access switch, which may be connected to a plurality of terminals and may be connected to an ethernet network.
The node server is a node which plays a centralized control function in the access network and can control the access switch and the terminal. The node server can be directly connected with the access switch or directly connected with the terminal.
Similarly, devices of the metropolitan network portion may also be classified into 3 types: a metropolitan area server, a node switch and a node server. The metro server is connected to a node switch, which may be connected to a plurality of node servers.
The node server is a node server of the access network part, namely the node server belongs to both the access network part and the metropolitan area network part.
The metropolitan area server is a node which plays a centralized control function in the metropolitan area network and can control a node switch and a node server. The metropolitan area server can be directly connected with the node switch or directly connected with the node server.
Therefore, the whole video network is a network structure with layered centralized control, and the network controlled by the node server and the metropolitan area server can be in various structures such as tree, star and ring.
The access network part can form a unified video platform (the part in the dotted circle), and a plurality of unified video platforms can form a video network; each unified video platform may be interconnected via metropolitan area and wide area video networking.
Video networking device classification
1.1 devices in the video network of the embodiment of the present invention can be mainly classified into 3 types: servers, switches (including ethernet gateways), terminals (including various set-top boxes, code boards, memories, etc.). The video network as a whole can be divided into a metropolitan area network (or national network, global network, etc.) and an access network.
1.2 wherein the devices of the access network part can be mainly classified into 3 types: node servers, access switches (including ethernet gateways), terminals (including various set-top boxes, code boards, memories, etc.).
The specific hardware structure of each access network device is as follows:
a node server:
as shown in fig. 2, the system mainly includes a network interface module 201, a switching engine module 202, a CPU module 203, and a disk array module 204;
the network interface module 201, the CPU module 203, and the disk array module 204 all enter the switching engine module 202; the switching engine module 202 performs an operation of looking up the address table 205 on the incoming packet, thereby obtaining the direction information of the packet; and stores the packet in a queue of the corresponding packet buffer 206 based on the packet's steering information; if the queue of the packet buffer 206 is nearly full, it is discarded; the switching engine module 202 polls all packet buffer queues for forwarding if the following conditions are met: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero. The disk array module 204 mainly implements control over the hard disk, including initialization, read-write, and other operations on the hard disk; the CPU module 203 is mainly responsible for protocol processing with an access switch and a terminal (not shown in the figure), configuring an address table 205 (including a downlink protocol packet address table, an uplink protocol packet address table, and a data packet address table), and configuring the disk array module 204.
The access switch:
as shown in fig. 3, the network interface module mainly includes a network interface module (a downlink network interface module 301 and an uplink network interface module 302), a switching engine module 303 and a CPU module 304;
wherein, the packet (uplink data) coming from the downlink network interface module 301 enters the packet detection module 305; the packet detection module 305 detects whether the Destination Address (DA), the Source Address (SA), the packet type, and the packet length of the packet meet the requirements, and if so, allocates a corresponding stream identifier (stream-id) and enters the switching engine module 303, otherwise, discards the stream identifier; the packet (downstream data) coming from the upstream network interface module 302 enters the switching engine module 303; the data packet coming from the CPU module 204 enters the switching engine module 303; the switching engine module 303 performs an operation of looking up the address table 306 on the incoming packet, thereby obtaining the direction information of the packet; if the packet entering the switching engine module 303 is from the downstream network interface to the upstream network interface, the packet is stored in the queue of the corresponding packet buffer 307 in association with the stream-id; if the queue of the packet buffer 307 is nearly full, it is discarded; if the packet entering the switching engine module 303 is not from the downlink network interface to the uplink network interface, the data packet is stored in the queue of the corresponding packet buffer 307 according to the guiding information of the packet; if the queue of the packet buffer 307 is nearly full, it is discarded.
The switching engine module 303 polls all packet buffer queues, which in this embodiment of the present invention is divided into two cases:
if the queue is from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queued packet counter is greater than zero; 3) obtaining a token generated by a code rate control module;
if the queue is not from the downlink network interface to the uplink network interface, the following conditions are met for forwarding: 1) the port send buffer is not full; 2) the queue packet counter is greater than zero.
The rate control module 208 is configured by the CPU module 204, and generates tokens for packet buffer queues from all downstream network interfaces to upstream network interfaces at programmable intervals to control the rate of upstream forwarding.
The CPU module 304 is mainly responsible for protocol processing with the node server, configuration of the address table 306, and configuration of the code rate control module 308.
Ethernet protocol conversion gateway
As shown in fig. 4, the apparatus mainly includes a network interface module (a downlink network interface module 401 and an uplink network interface module 402), a switching engine module 403, a CPU module 404, a packet detection module 405, a rate control module 408, an address table 406, a packet buffer 407, a MAC adding module 409, and a MAC deleting module 410.
Wherein, the data packet coming from the downlink network interface module 401 enters the packet detection module 405; the packet detection module 405 detects whether the ethernet MAC DA, the ethernet MAC SA, the ethernet length or frame type, the video network destination address DA, the video network source address SA, the video network packet type, and the packet length of the packet meet the requirements, and if so, allocates a corresponding stream identifier (stream-id); then, the MAC deletion module 410 subtracts MAC DA, MAC SA, length or frame type (2byte) and enters the corresponding receiving buffer, otherwise, discards it;
the downlink network interface module 401 detects the sending buffer of the port, and if there is a packet, obtains the ethernet MAC DA of the corresponding terminal according to the destination address DA of the packet, adds the ethernet MAC DA of the terminal, the MAC SA of the ethernet protocol gateway, and the ethernet length or frame type, and sends the packet.
The other modules in the ethernet protocol gateway function similarly to the access switch.
A terminal:
the system mainly comprises a network interface module, a service processing module and a CPU module; for example, the set-top box mainly comprises a network interface module, a video and audio coding and decoding engine module and a CPU module; the coding board mainly comprises a network interface module, a video and audio coding engine module and a CPU module; the memory mainly comprises a network interface module, a CPU module and a disk array module.
1.3 devices of the metropolitan area network part can be mainly classified into 2 types: node server, node exchanger, metropolitan area server. The node switch mainly comprises a network interface module, a switching engine module and a CPU module; the metropolitan area server mainly comprises a network interface module, a switching engine module and a CPU module.
2. Video networking packet definition
2.1 Access network packet definition
The data packet of the access network mainly comprises the following parts: destination Address (DA), Source Address (SA), reserved bytes, payload (pdu), CRC.
As shown in the following table, the data packet of the access network mainly includes the following parts:
DA SA Reserved Payload CRC
wherein:
the Destination Address (DA) is composed of 8 bytes (byte), the first byte represents the type of the data packet (such as various protocol packets, multicast data packets, unicast data packets, etc.), there are 256 possibilities at most, the second byte to the sixth byte are metropolitan area network addresses, and the seventh byte and the eighth byte are access network addresses;
the Source Address (SA) is also composed of 8 bytes (byte), defined as the same as the Destination Address (DA);
the reserved byte consists of 2 bytes;
the payload part has different lengths according to different types of datagrams, and is 64 bytes if the datagram is various types of protocol packets, and is 32+1024 or 1056 bytes if the datagram is a unicast packet, of course, the length is not limited to the above 2 types;
the CRC consists of 4 bytes and is calculated in accordance with the standard ethernet CRC algorithm.
2.2 metropolitan area network packet definition
The topology of a metropolitan area network is a graph and there may be 2, or even more than 2, connections between two devices, i.e., there may be more than 2 connections between a node switch and a node server, a node switch and a node switch, and a node switch and a node server. However, the metro network address of the metro network device is unique, and in order to accurately describe the connection relationship between the metro network devices, parameters are introduced in the embodiment of the present invention: a label to uniquely describe a metropolitan area network device.
In this specification, the definition of the Label is similar to that of the Label of MPLS (Multi-Protocol Label Switch), and assuming that there are two connections between the device a and the device B, there are 2 labels for the packet from the device a to the device B, and 2 labels for the packet from the device B to the device a. The label is classified into an incoming label and an outgoing label, and assuming that the label (incoming label) of the packet entering the device a is 0x0000, the label (outgoing label) of the packet leaving the device a may become 0x 0001. The network access process of the metro network is a network access process under centralized control, that is, address allocation and label allocation of the metro network are both dominated by the metro server, and the node switch and the node server are both passively executed, which is different from label allocation of MPLS, and label allocation of MPLS is a result of mutual negotiation between the switch and the server.
As shown in the following table, the data packet of the metro network mainly includes the following parts:
DA SA Reserved label (R) Payload CRC
Namely Destination Address (DA), Source Address (SA), Reserved byte (Reserved), tag, payload (pdu), CRC. The format of the tag may be defined by reference to the following: the tag is 32 bits with the upper 16 bits reserved and only the lower 16 bits used, and its position is between the reserved bytes and payload of the packet.
Referring to fig. 5, a flowchart illustrating steps of an embodiment of a directory verification method according to the present invention is shown, which may specifically include the following steps:
step 501, when the video networking platform sends a target file to other national standard domain platforms, capturing the target file through a preset plug-in;
the sharing of directories and resources is often required among a plurality of national standard domains, and when one national standard domain initiates a signaling of a sharing request to another national standard domain, the requested national standard domain needs to respond according to the national standard. For example, in the internet of Vision (VIP) Xinjiang project, the internet of Vision (VIP) platform is used as a basic docking platform for docking monitoring resources to platforms such as astronavigation technology, aerospace Changfeng, England, Haokangwei and the like, and the platform is used as an independent national standard domain and is often required to be shared with other national standard domains.
In the embodiment of the invention, when the video networking platform sends the target file to other national standard domains, the target file can be captured through the preset plug-in, the target file can be an intermediate file where a directory and resources shared among the national standard domains are located, and the preset plug-in can be a Wireshark plug-in for analyzing signaling under a video networking protocol.
Step 502, cutting the target file to obtain a plurality of data packets;
in a specific implementation, after the target file is obtained, the embodiment of the present invention may cut the target file, and cut the complete target file into a plurality of file blocks, where each file block corresponds to one data packet, so that a plurality of data packets may be obtained through cutting.
Step 503, analyzing the plurality of data packets to obtain useful fields;
in a specific implementation, the plurality of data packets may be parsed to obtain useful fields, where the useful fields may include a Parent ID as the first identifier, a Device ID as the second identifier, a Name of the child resource, and the like.
In an embodiment of the present invention, step 503 may include the following sub-steps:
analyzing the plurality of data packets to obtain an Sip protocol packet; and analyzing the Sip protocol packet to obtain a useful field.
In a specific implementation, after a plurality of data packets are obtained, each data packet may be analyzed to obtain an Sip protocol packet, and then useful fields are obtained through analysis from the Sip protocol packet.
In this embodiment of the present invention, the analyzing the plurality of data packets to obtain the Sip protocol packet may include:
and analyzing the plurality of data packets, judging whether the data packets obtained by analysis are Sip protocol packets, if so, retaining the Sip protocol packets, and if not, discarding the data packets obtained by analysis.
Sip (session Initiation protocol) is a signaling control protocol of an application layer. For creating, modifying and releasing sessions of one or more participants. These sessions may be Internet multimedia conferences, IP telephony or multimedia distribution. The participants of the session may communicate by Multicast (Multicast), mesh Unicast (Unicast), or a mixture of both.
In a specific implementation, after receiving a plurality of data packets, the plurality of data packets may be analyzed to obtain analyzed data packets. At this time, it is necessary to determine whether the obtained analyzed packet is an Sip packet, if so, the Sip packet is retained, and if not, the analyzed packet is discarded.
In the embodiment of the present invention, when it is determined that the parsed data packet is an Sip protocol packet, it is further required to determine whether the Sip protocol packet is a fragment packet, and if so, the fragment packet is retained, and the fragment packet is assembled into a complete Sip protocol packet.
In a specific implementation, when the Sip protocol packet obtained through analysis is a fragment packet, the data in the fragment packet is incomplete, and the fragment packet cannot be directly used at this time, so that the obtained fragment packet can be saved, and after the fragment packets are collected, all the fragment packets are assembled into a complete Sip protocol packet.
Step 504, constructing a directory tree according to the useful fields;
in a specific implementation, after the useful field is obtained, the directory tree can be constructed according to the useful field.
In the embodiment of the present invention, the directory may include a child directory and a parent directory, and the useful field may include a first identifier and a second identifier, the first identifier being used for identifying the parent directory, and the second identifier being used for identifying the child directory. Step 504 may thus include the following steps:
and constructing a complete directory tree according to the corresponding relation between the second identifier of the child directory and the first identifier of the parent directory.
In a specific implementation, a complete directory tree may be constructed according to a corresponding equal relationship between the first identifier and the second identifier. Each child resource has both a child directory and a parent directory. Each level directory is a parent directory of the next level directory. For example, the area of the Uygur autonomous region in Xinjiang province is the City state of the Banyin GuoMeng, the area of the Yan Meng city is Yan, the subdirectory of the area of the Uygur autonomous region in Xinjiang province is the father directory of the area of the Yao GuoMeng city, and the subdirectory of the area of the Yan Guoqi city is the father directory of the area of the Yan Guoqi city. At this time, the second identifier corresponding to the sub-directory of the new-jiang Uygur autonomous region is the same as the first identifier corresponding to the parent directory of the Yakulen autonomous State, and the second identifier corresponding to the sub-directory of the Yakulen autonomous State is the same as the first identifier corresponding to the parent directory of the Yanqi county. For another example, Yan Qi county has three schools including the first school, the second school and the third school, and since the three schools all belong to one administrative level, the three schools belong to three different sub-directories under the same parent directory, and thus the three schools have the same parent directory. Based on the correspondence between the child directory and the parent directory, a complete directory tree can be constructed.
In another example of the present invention, the Sip protocol package may be parsed based on a target file captured by Wireshark, an organization directory and resources are extracted, and the constructed organization directory tree is displayed based on a Qt framework, which includes the following detailed steps: 1. inputting a target file captured by Wireshark, wherein the format is Pgapng; reading the file in the Pcap suffix format according to bytes, wherein the head of the data block format is 0x060000 for identifying a valid database, the next four bytes are valid data lengths, extracting the valid data, and converting the valid data into an Xml format of a plaintext according to the Utf-8 format, wherein the Xml is the data in the required Sip protocol packet. Analyzing the data in Xml to obtain the structure of organization directory or resource, putting the structure into the classified collection, taking out all organization directories in the collection, and constructing a complete directory tree according to the relationship that the Parent ID of the child directory is equal to the Device ID of the Parent directory
Step 505, checking the integrity of the directory data according to the directory tree.
In a specific implementation, after a complete directory tree is constructed according to the target data, the integrity of the directory data can be checked according to the directory tree.
In the embodiment of the invention, the directory tree can be matched with the directory data of the video networking platform, and the integrity of the directory data can be checked.
In the specific implementation, the directory tree can be matched with the directory data sent by the video networking platform, if the matching is complete, the fact that the directory data sent by the video networking is complete is proved, and the responsibility is not on the video networking platform side. The embodiment of the invention can effectively check whether the directory response format and the content are correct or not, and effectively determine the responsibility attribution party.
Therefore, when the video networking platform sends the target file to other international domain platforms, the embodiment of the invention captures the target file through the preset plug-in; cutting a target file to obtain a plurality of data packets; analyzing the plurality of data packets to obtain useful fields; constructing a directory tree according to the useful fields; the integrity of the directory data is checked against the directory tree. The embodiment of the invention makes clear the structure of the intermediate data and makes clear the responsibility of the data sender and receiver.
It should be noted that, for simplicity of description, the method embodiments are described as a series of acts or combination of acts, but those skilled in the art will recognize that the present invention is not limited by the illustrated order of acts, as some steps may occur in other orders or concurrently in accordance with the embodiments of the present invention. Further, those skilled in the art will appreciate that the embodiments described in the specification are presently preferred and that no particular act is required to implement the invention.
Referring to fig. 6, a block diagram of a structure of an embodiment of a directory verification apparatus of the present invention is shown, which may specifically include the following modules:
the target file capturing module 601 is used for capturing a target file through a preset plug-in when the video networking platform sends the target file to other national standard domain platforms;
a cutting module 602, configured to cut the target file to obtain a plurality of data packets;
the parsing module 603 is configured to parse the multiple data packets to obtain useful fields;
a building module 604, configured to build a directory tree according to the useful field;
and the checking module 605 is configured to check the integrity of the directory data according to the directory tree.
In the embodiment of the present invention, the parsing module may include the following sub-modules:
the Sip protocol packet acquisition submodule is used for analyzing the plurality of data packets to obtain Sip protocol packets;
and the useful field acquisition submodule is used for analyzing the Sip protocol packet to acquire the useful field.
In the embodiment of the present invention, the Sip protocol packet obtaining sub-module may include the following units:
the judging unit is used for analyzing the plurality of data packets and judging whether the data packets obtained by analysis are Sip protocol packets;
a reserving unit, configured to reserve the Sip protocol packet if the Sip protocol packet is valid;
and the discarding unit is used for discarding the data packet obtained by analysis if the data packet is not the data packet.
In the embodiment of the present invention, the directory verifying apparatus further includes the following modules:
the fragment packet judgment module is used for judging whether the Sip protocol packet is a fragment packet;
a fragment packet retaining module, configured to retain the fragment packets if yes;
and the assembling module is used for assembling the fragment packet into a complete Sip protocol packet.
In the embodiment of the invention, the directory comprises a subdirectory and a parent directory; the useful field comprises a first identification and a second identification; the first identifier is used for identifying a parent directory, the second identifier is used for identifying a child directory, and the building module may include the following sub-modules:
and the construction submodule is used for constructing a complete directory tree according to the corresponding relation between the second identifier of the subdirectory and the first identifier of the parent directory.
In the embodiment of the present invention, the verification module may include the following sub-modules:
and the verification submodule is used for matching the directory tree with the directory data of the video networking platform and verifying the integrity of the directory data.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
An embodiment of the present invention further provides an apparatus, including:
one or more processors; and
one or more machine-readable media having instructions stored thereon, which when executed by the one or more processors, cause the apparatus to perform methods as described in embodiments of the invention.
Embodiments of the invention also provide one or more machine-readable media having instructions stored thereon, which when executed by one or more processors, cause the processors to perform the methods described in embodiments of the invention.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, embodiments of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
Embodiments of the present invention are described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications of these embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the embodiments of the invention.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or terminal that comprises the element.
The above detailed description is provided for a directory verification method and a directory verification apparatus provided by the present invention, and the principle and the implementation of the present invention are explained in the present document by applying specific examples, and the description of the above examples is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (8)

1. A directory verification method is applied to a video networking platform, and comprises the following steps:
when the video networking platform sends a target file to other national standard domain platforms, capturing the target file through a preset plug-in;
cutting the target file to obtain a plurality of data packets;
analyzing the plurality of data packets to obtain useful fields;
constructing a directory tree according to the useful field;
matching the directory tree with directory data of the video networking platform, and checking the integrity of the directory data;
the directory comprises a subdirectory and a father directory; the useful field comprises a first identifier, a second identifier and a sub-resource name; the first identifier is used for identifying the parent directory, the second identifier is used for identifying the child directory, each child resource is provided with the child directory and the parent directory, and the constructing of the directory tree according to the useful fields comprises the following steps:
constructing a complete directory tree according to the corresponding equal relation between the second identifier of the child directory and the first identifier of the parent directory;
the analyzing the plurality of data packets to obtain useful fields includes:
analyzing the plurality of data packets to obtain an Sip protocol packet;
and analyzing the Sip protocol packet to obtain a useful field.
2. The method of claim 1, wherein parsing the plurality of packets to obtain Sip packets comprises:
analyzing the plurality of data packets, and judging whether the data packets obtained by analysis are Sip protocol packets;
if yes, reserving the Sip protocol packet;
and if not, discarding the analyzed data packet.
3. The method of claim 2, wherein after the retaining the Sip protocol packet, further comprising:
judging whether the Sip protocol packet is a fragment packet or not;
if yes, keeping the fragment package;
and assembling the fragment packets into a complete Sip protocol packet.
4. A catalog checking apparatus, applied to a video networking platform, the apparatus comprising:
the target file capturing module is used for capturing the target file through a preset plug-in when the video networking platform sends the target file to other national standard domain platforms;
the cutting module is used for cutting the target file to obtain a plurality of data packets;
the analysis module is used for analyzing the data packets to obtain useful fields;
the construction module is used for constructing a directory tree according to the useful fields;
the checking module is used for checking the integrity of the directory data according to the directory tree;
the directory comprises a subdirectory and a father directory; the useful field comprises a first identifier, a second identifier and a sub-resource name; the first identifier is used for identifying the parent directory, the second identifier is used for identifying the child directory, each child resource is provided with the child directory and the parent directory, and the construction module comprises:
the construction submodule is used for constructing a complete directory tree according to the corresponding equal relation between the second identifier of the subdirectory and the first identifier of the father directory;
the parsing module includes:
the Sip protocol packet acquisition submodule is used for analyzing the plurality of data packets to obtain Sip protocol packets;
a useful field obtaining submodule for analyzing the Sip protocol packet to obtain a useful field;
the verification module comprises:
and the verification submodule is used for matching the directory tree with the directory data of the video networking platform and verifying the integrity of the directory data.
5. The apparatus of claim 4, wherein the Sip protocol packet obtaining sub-module comprises:
the judging unit is used for analyzing the plurality of data packets and judging whether the data packets obtained by analysis are Sip protocol packets;
a reserving unit, configured to reserve the Sip protocol packet if the Sip protocol packet is valid;
and the discarding unit is used for discarding the data packet obtained by analysis if the data packet is not the data packet.
6. The apparatus of claim 5, further comprising:
the fragment packet judgment module is used for judging whether the Sip protocol packet is a fragment packet;
a fragment packet retaining module, configured to retain the fragment packets if yes;
and the assembling module is used for assembling the fragment packet into a complete Sip protocol packet.
7. A catalog checking apparatus, comprising:
one or more processors; and
one or more machine-readable media having instructions stored thereon that, when executed by the one or more processors, cause the apparatus to perform the method of one or more of claims 1-3.
8. One or more machine readable media having instructions stored thereon that, when executed by one or more processors, cause the processors to perform the method of one or more of claims 1-3.
CN201910205508.8A 2019-03-18 2019-03-18 Directory verification method and device Active CN110087025B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910205508.8A CN110087025B (en) 2019-03-18 2019-03-18 Directory verification method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910205508.8A CN110087025B (en) 2019-03-18 2019-03-18 Directory verification method and device

Publications (2)

Publication Number Publication Date
CN110087025A CN110087025A (en) 2019-08-02
CN110087025B true CN110087025B (en) 2021-07-30

Family

ID=67413256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910205508.8A Active CN110087025B (en) 2019-03-18 2019-03-18 Directory verification method and device

Country Status (1)

Country Link
CN (1) CN110087025B (en)

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102790790A (en) * 2011-10-21 2012-11-21 北京安天电子设备有限公司 Checking system and method for rapidly acquiring integrity of web server file
CN103150379A (en) * 2013-03-13 2013-06-12 北京东田教育科技有限公司 Indexed management method for message subdirectory
CN105207778B (en) * 2014-07-03 2019-04-16 清华大学深圳研究生院 A method of realizing packet identity and digital signature on accessing gateway equipment
CN104539739B (en) * 2015-01-26 2019-03-29 浙江大学 A kind of system, method and device that file uploads
CN106357690B (en) * 2016-11-08 2019-12-10 浙江中控技术股份有限公司 data transmission method, data sending device and data receiving device
US10607463B2 (en) * 2016-12-09 2020-03-31 The Boeing Company Automated object and activity tracking in a live video feed
CN106953905B (en) * 2017-03-14 2020-08-28 浙江宇视科技有限公司 Inter-domain directory sharing method and device
CN108989077A (en) * 2017-06-21 2018-12-11 北京视联动力国际信息技术有限公司 A kind of data processing method and device
CN108874844B (en) * 2017-11-24 2021-05-14 视联动力信息技术股份有限公司 Form data processing method and video network server
CN109286826B (en) * 2018-08-31 2020-12-29 视联动力信息技术股份有限公司 Information display method and device
CN109462496B (en) * 2018-10-15 2023-04-18 视联动力信息技术股份有限公司 Data processing method and device for video network terminal

Also Published As

Publication number Publication date
CN110087025A (en) 2019-08-02

Similar Documents

Publication Publication Date Title
CN108965040B (en) Service monitoring method and device for video network
CN108965224B (en) Video-on-demand method and device
CN111193788A (en) Audio and video stream load balancing method and device
CN109309806B (en) Video conference management method and system
CN109996086B (en) Method and device for inquiring service state of video networking
CN110190973B (en) Online state detection method and device
CN109120879B (en) Video conference processing method and system
CN110022295B (en) Data transmission method and video networking system
CN108965226B (en) Data acquisition method and device based on video network
CN110138728B (en) Video data sharing method and device
CN109040656B (en) Video conference processing method and system
CN109246135B (en) Method and system for acquiring streaming media data
CN109873864B (en) Communication connection establishing method and system based on video networking
CN109768957B (en) Method and system for processing monitoring data
CN110769297A (en) Audio and video data processing method and system
CN110022500B (en) Packet loss processing method and device
CN109889516B (en) Method and device for establishing session channel
CN110113555B (en) Video conference processing method and system based on video networking
CN110677315A (en) Method and system for monitoring state
CN110536148B (en) Live broadcasting method and equipment based on video networking
CN110213533B (en) Method and device for acquiring video stream monitored by video network
CN109802944B (en) Method and system for releasing live broadcast based on video network
CN109688073B (en) Data processing method and system based on video network
CN109756694B (en) Communication connection establishing method and system based on video networking
CN109413460B (en) Method and system for displaying function menu of video network terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant