Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Robodata
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
Robodata
Commits
32a6b62a
Commit
32a6b62a
authored
1 year ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] minor reformat
parent
cf1f914d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DFDL/dataFormats/pcapng/src/main/resources/edu/nps/moves/pcapng/xsd/pcapng.dfdl.xsd
+4
-3
4 additions, 3 deletions
...c/main/resources/edu/nps/moves/pcapng/xsd/pcapng.dfdl.xsd
with
4 additions
and
3 deletions
DFDL/dataFormats/pcapng/src/main/resources/edu/nps/moves/pcapng/xsd/pcapng.dfdl.xsd
+
4
−
3
View file @
32a6b62a
...
...
@@ -36,7 +36,7 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- Based on the original PCAP schema at: https://github.com/DFDLSchemas/PCAP -->
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
version=
"1.1"
<xs:schema
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:dfdl=
"http://www.ogf.org/dfdl/dfdl-1.0/"
xmlns:fn=
"http://www.w3.org/2005/xpath-functions"
xmlns:dfdlx=
"http://www.ogf.org/dfdl/dfdl-1.0/extensions"
...
...
@@ -44,7 +44,8 @@ POSSIBILITY OF SUCH DAMAGE.
xmlns:db=
"urn:dynamicEndianBinary"
xmlns:pcapng=
"urn:pcapng:1.0"
xmlns:tns=
"urn:pcapng:1.0"
targetNamespace=
"urn:pcapng:1.0"
>
targetNamespace=
"urn:pcapng:1.0"
version=
"1.0"
>
<xs:import
namespace=
"urn:dynamicEndianBinary"
schemaLocation=
"com/tresys/pcap/xsd/binaryDynamicByteOrder.dfdl.xsd"
/>
...
...
@@ -349,7 +350,7 @@ POSSIBILITY OF SUCH DAMAGE.
<xs:complexType
name=
"LinkLayer"
>
<xs:choice>
<xs:choice
dfdl:choiceDispatchKey=
"{ xs:string(../../../../InterfaceDescription/Block/Body/LinkType
) }"
>
<xs:choice
dfdl:choiceDispatchKey=
"{ xs:string(../../../../InterfaceDescription/Block/Body/LinkType) }"
>
<xs:element
name=
"Ethernet"
type=
"eth:Ethernet"
dfdl:choiceBranchKey=
"1"
/>
<!--add additional network types here-->
</xs:choice>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment