Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pcap-Net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Pcap-Net
Commits
46e41c24
Commit
46e41c24
authored
May 13, 2010
by
Brickner_cp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling.
parent
7e5e4fda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PacketDumpFile.cpp
PcapDotNet/src/PcapDotNet.Core/PacketDumpFile.cpp
+1
-1
No files found.
PcapDotNet/src/PcapDotNet.Core/PacketDumpFile.cpp
View file @
46e41c24
...
@@ -51,7 +51,7 @@ void PacketDumpFile::Dump(Packet^ packet)
...
@@ -51,7 +51,7 @@ void PacketDumpFile::Dump(Packet^ packet)
void
PacketDumpFile
::
Flush
()
void
PacketDumpFile
::
Flush
()
{
{
if
(
pcap_dump_flush
(
_pcapDumper
)
!=
0
)
if
(
pcap_dump_flush
(
_pcapDumper
)
!=
0
)
throw
gcnew
InvalidOperationException
(
"Failed flus
ing to file "
+
_filename
);
throw
gcnew
InvalidOperationException
(
"Failed flush
ing to file "
+
_filename
);
}
}
long
PacketDumpFile
::
Position
::
get
()
long
PacketDumpFile
::
Position
::
get
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment