Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PacketLib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Andrea Bulgarelli
PacketLib
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8769d7ac10ee9a0a052cbcac7d83c8d806e47dcc
Select Git revision
Branches
1
master
default
protected
Tags
20
v4.5.2
v4.5.1
v4.5.0
v4.4.0
v4.3.3
v4.3.2
v4.3.1
v4.3.0
v4.2.0
v4.1.0
v4.0.2
v4.0.1
v4.0.0
v3.4.0
v3.3.0
v3.2.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
21 results
Begin with the selected commit
Created with Raphaël 2.2.0
10
Sep
14
Aug
23
Jan
4
Dec
2
May
28
Apr
29
Oct
23
21
10
Aug
17
Jul
9
8
May
30
Apr
12
Mar
3
19
Feb
18
14
22
Jan
12
Dec
14
Oct
6
3
5
Sep
3
1
28
Aug
24
Jul
22
21
18
17
16
14
4
3
1
26
Jun
24
9
6
29
May
26
23
22
21
20
8
14
Apr
8
27
Mar
20
19
11
10
9
8
7
6
5
4
3
2
1
28
Feb
27
26
7
14
Jan
13
10
23
Dec
20
18
17
16
9
Oct
8
7
23
Sep
20
18
17
13
12
31
Aug
29
28
14
8
26
Jul
25
24
23
21
20
18
16
Update README.md
master
master
Update README.md
Merge branch 'master' of https://github.com/ASTRO-BO/PacketLib
removed CVS dirs
.gitignore: added .cproject, .project, .settings
updated .cproject from detached
Release v4.5.2.
v4.5.2
v4.5.2
Fix getBSTail() bug (related to ByteStreamPtr).
Fix the Tail section parsing while using .stream configuration files.
Avoid prints on loading, leave the debug prints to the application.
Release 4.5.1.
v4.5.1
v4.5.1
Remove unused variable warning.
Release v4.5.0.
v4.5.0
v4.5.0
Comment debug print.
Fix CMakeLists.txt
Add InputFile::getpos().
Fix metadata loading for rblocks with a fixed number of instances.
v4.4.0
v4.4.0
Store fields section offsets.
Fix SDFBlock xml rblock name allocation.
Invert bigendian flag on ByteStream swapWord().
Fix -Wextra warnings.
Fix src/CMakeLists.txt to work from a different source rootdir.
Install also the static library with cmake.
Add cmake build system.
Remove pedantic warnings.
Throw exception on chdir error.
Fix xml parsing of SDFBlocks.
example with iteration on blocks and fields
Added Packet::pheader(), Packet::dfheader(), Packet::sdf(), byte* PartOfPacket::getBytes() as shortcuts
xml example
makefile for Doxygen issues
Field::getType()
Fix warnings.
Remove XmlConfig class.
Parsing directly XML without conversions.
Fix makefile output.
Rename SharedPtr include guards.
v4.3.3
v4.3.3
v4.3.2
v4.3.2
v4.3.2
makefile
Handle ARCH_BIGENDIAN cases.
Loading