1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

54 Commits

Author SHA1 Message Date
000d6ce07a docs update 2021-02-26 15:05:28 +01:00
bb79ed2552 Fix Bugs found with AFL 2021-02-26 14:05:11 +01:00
010fc2bffa AFL Fuzzing Tests
Add AFL fuzzing tests for protocol decode
functions.
2021-02-26 14:02:06 +01:00
320e5baed0 Fix crash if control command is executed for
Blaster intances without network interfaces.
2021-02-25 21:21:36 +01:00
8a48165601 Display IPv4 DNS servers with session-info cmd 2021-02-24 23:37:04 +01:00
0c4ad43c69 PPPoE enhancements ...
+ add PPPoE service name support #13
+ add PPPoE host uniq support
+ use dynamic memory for username, password, ari and aci
+
2021-02-24 23:36:41 +01:00
d7f80e1b04 #3 L2TPv2 LNS Support
+ Add result codes to CDN and STOPCCN
+ Fix attribute hiding
+ ...
2021-02-24 17:02:23 +01:00
40d23ec4cd #3 L2TPv2 LNS Support
+ update docs
+ add L2TP data traffic config options
+ ...
2021-02-23 22:04:48 +01:00
db71bf29f8 #3 L2TPv2 LNS Support
RFC5515 and CTRL commands...

+ add ctrl command l2tp-tunnels
+ add ctrl command l2tp-sessions
+ add ctrl command l2tp-csurq
+ add l2tp csun support
+ add l2tp csurq support
+ add support for ARI/ACI AVP
+ ...
2021-02-23 19:47:21 +01:00
5f63682e9c docu update 2021-02-23 14:39:58 +01:00
cd094234eb Merge pull request #12 from rtbrick/li_flow_stats
Li flow stats (#10)
2021-02-23 13:53:26 +01:00
cdcdc57f08 #10 LI Flow Support Fixes 2021-02-23 13:46:57 +01:00
091f7db80a #10 LI Flow Support Fixes 2021-02-23 13:20:23 +01:00
5dd3e4c19a #10 LI Flow Support 2021-02-23 12:47:32 +01:00
b4e0888f69 Merge pull request #11 from rtbrick/l2tp
L2TP LNS Support (#3)
2021-02-23 10:34:23 +01:00
37c93467cb #3 L2TPv2 LNS Support 2021-02-23 10:28:03 +01:00
9283cd0fe7 #3 L2TPv2 LNS Support (WIP) - 11
Add L2TP session traffic.
2021-02-23 10:14:07 +01:00
b6618b7616 #3 L2TPv2 LNS Support (WIP) - 10
+ add chap support
+ add PAP/CHAP reply message
+ recognice L2TP using reply message
+ ...
2021-02-22 21:47:44 +01:00
8cad4ae001 #3 L2TPv2 LNS Support (WIP) - 9
Fix PPP IP6CP (LNS)
2021-02-19 21:23:54 +01:00
3331ea610e #3 L2TPv2 LNS Support (WIP) - 8
Fix tunnel TX job
2021-02-19 19:03:50 +01:00
9c68f83624 #3 L2TPv2 LNS Support (WIP) - 7
Fix L2TP teardown...
2021-02-19 17:45:18 +01:00
b0c3d17442 #3 L2TPv2 LNS Support (WIP) - 6
L2TP TX queue memory enhancements.
2021-02-19 17:10:16 +01:00
67a40494ac #3 L2TPv2 LNS Support (WIP) - 5 2021-02-19 13:40:40 +01:00
fbb3726be2 #3 L2TPv2 LNS Support (WIP) - 4 2021-02-19 10:59:12 +01:00
66cc9b2a58 #3 L2TPv2 LNS Support (WIP) - 3 2021-02-18 23:32:52 +01:00
b932786a6f #3 L2TPv2 LNS Support (WIP) - 2 2021-02-18 18:53:44 +01:00
09818f3580 #3 L2TPv2 LNS Support (WIP) 2021-02-17 22:06:32 +01:00
f6fce68e5c minor docu update 0.4.3 2021-02-12 13:00:57 +01:00
979e460a8e allow usernames of 250 chars 2021-02-12 11:57:19 +01:00
2f9b42a5a6 #8 enable qdisc bypass by default
Documetnation is updated to inform users that qdisc bypass
should be disabled if sending fails.
2021-02-10 00:43:06 +01:00
8dc61285b3 Fixed #8 disable qdisc bypass by default
It seems that the BNG Blaster is not working with ubuntu 20.04
if qdisc bypass is enabled. Here further investiagtions will follow
but for now qdisc bypass will be disabled by default but can be
enabled with the config option `qdisc-bypass` in the interfaces
section.
2021-02-10 00:27:53 +01:00
2f33b4760a Fix help putput 2021-02-09 22:38:55 +01:00
24d52b8ab3 Fix encode error counter 2021-02-09 22:38:41 +01:00
8d249253e7 Fixed #8 release build script 2021-02-09 22:38:06 +01:00
fdc9c4e16b Fixed #7 VLAN Iterator
Now per default sessions are created by iteration
over inner VLAN range first and outer VLAN second.
Which can be changed by  new configuration option
`iterate-vlan-outer` to iterate on outer VLAN first
and inner VLAN second.
0.4.1
2021-02-09 11:04:25 +01:00
df28879285 Update issue templates 2021-02-08 15:04:51 +01:00
e5c62101a2 Update bug_report.md 2021-02-08 15:01:59 +01:00
2e5c1a4a9b Update bug_report.md 2021-02-08 15:01:30 +01:00
8007714990 Update issue templates 2021-02-08 15:00:29 +01:00
7c1a2437a6 Update codeql-analysis.yml 2021-02-06 20:35:10 +01:00
f072c567a9 Create codacy-analysis.yml 2021-02-06 20:01:44 +01:00
3c35fd35ec Create codeql-analysis.yml 2021-02-06 19:55:00 +01:00
62ffcd426e Update Docs 2021-02-05 21:46:21 +01:00
d9e5ec6486 Do not run build action on changes in docs 2021-02-05 21:35:25 +01:00
525f7ac007 Update Logo on Pages 2021-02-05 19:15:27 +01:00
5e82fe0135 GitHub Pages 2021-02-05 19:12:03 +01:00
bba9475c13 Fix Release Action 0.4.0 2021-02-05 17:41:51 +01:00
83e1a4f0c6 Release Actions 2021-02-05 16:00:09 +01:00
c3017bce0b rename build artifacts 2021-02-05 11:45:24 +01:00
d675fdddf3 Add GIT Info to Version 2021-02-05 11:30:40 +01:00