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

76 Commits

Author SHA1 Message Date
6d340d5b10 update code analysisis branches 2021-03-23 22:52:11 +01:00
b7aa1ae01f Merge pull request #22 from rtbrick/dev
Dev to Main
0.4.8
2021-03-22 10:48:10 +01:00
a1f9bae8dc Fix CPS calculation 2021-03-22 10:46:21 +01:00
761542198b Fix IGMP for IPoE 2021-03-22 10:42:20 +01:00
902cb4152d Fix ICMPv6 ND 2021-03-18 19:56:38 +01:00
a0cba9f0e7 Merge pull request #20 from rtbrick/dev
Fix UDP decode bug
0.4.7
2021-03-12 18:22:32 +01:00
148c3fd158 Fix UDP decode bug 2021-03-12 18:15:06 +01:00
fd00948d00 Merge pull request #19 from rtbrick/dev
Dev
0.4.6
2021-03-12 15:32:07 +01:00
ec72cc946e Add session traffic verifcation status command 2021-03-12 14:09:38 +01:00
900d276181 Add L2TP data ipv4 rx/tx stats 2021-03-12 13:44:41 +01:00
a4755f8e48 Minor config parser bug 2021-03-11 11:38:46 +01:00
aa6f0cd0fa Add L2TP session data rx/tx stats 2021-03-10 18:08:14 +01:00
150579e355 Minor docu update 2021-03-10 17:04:56 +01:00
087b95120e Fixed #18 typo estbalished 2021-03-10 16:58:18 +01:00
0a9652fbe0 Merge pull request #17 from rtbrick/dev
Dev
0.4.5
2021-03-09 17:42:37 +01:00
27d6383d1b Add IPv6 LI Stats for 59 (no next header) 2021-03-01 12:21:34 +01:00
18e0767458 Add LI IPv6 Stats to CTRL Command 2021-03-01 12:15:20 +01:00
65da6eb5dd Add IPv6 LI Stats 2021-03-01 11:26:04 +01:00
e242b3de71 docu update 2021-02-26 18:40:55 +01:00
99a537f5d9 Merge pull request #14 from rtbrick/dev
Dev > Master - L2TP, LI and more ...
0.4.4
2021-02-26 18:33:05 +01:00
f18783a0ea Do not start IGMP for L2TP sessions 2021-02-26 18:00:22 +01:00
c54b38b640 Add IPv6 DNS Servers
Store and display IPv6 DNS servers
learned via RA and DHCPv6.
2021-02-26 17:53:27 +01:00
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