Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
senf
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wiback
senf
Commits
4c813b32
Commit
4c813b32
authored
16 years ago
by
tho
Browse files
Options
Downloads
Patches
Plain Diff
GenericTLVPacketParser: fix for 64bit
parent
bdecbc7f
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
Packets/80221Bundle/TLVPacket.ct
+3
-3
3 additions, 3 deletions
Packets/80221Bundle/TLVPacket.ct
with
3 additions
and
3 deletions
Packets/80221Bundle/TLVPacket.ct
+
3
−
3
View file @
4c813b32
// $Id
: TLVPacket.ct 1029 2008-12-19 13:08:19Z tho
$
// $Id$
//
//
// Copyright (C) 2007
// Copyright (C) 2007
// Fraunhofer Institute for Open Communication Systems (FOKUS)
// Fraunhofer Institute for Open Communication Systems (FOKUS)
...
@@ -33,8 +33,8 @@
...
@@ -33,8 +33,8 @@
template <class ForwardReadableRange>
template <class ForwardReadableRange>
prefix_ void senf::GenericTLVPacketParser::value(ForwardReadableRange const &range)
prefix_ void senf::GenericTLVPacketParser::value(ForwardReadableRange const &range)
{
{
siz
e_type range_size ( boost::size(range));
DynamicTLVLengthParser::valu
e_type range_size ( boost::size(range));
siz
e_type current_length ( length());
DynamicTLVLengthParser::valu
e_type current_length ( length());
length( range_size);
length( range_size);
safe_data_iterator si (data(), boost::next(i(), 1 + length_bytes() ));
safe_data_iterator si (data(), boost::next(i(), 1 + length_bytes() ));
...
...
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