Martin Stein
373134c4e7
net: safer access to packet data
...
Replace packet method 'T *data' by the new methods 'T &reinterpret_data'
for parsing or modifying existing sub-protocol packets and 'T
&construct_at_data' for composing a new sub-protocol packet. This has
the advantage that, when composing a new packet, the default constructor
that zero-fills the packet is always called first.
Fixes #2751
2018-05-03 15:31:54 +02:00
..
2018-01-17 12:14:35 +01:00
2018-02-19 20:50:48 +01:00
2018-02-09 13:34:22 +01:00
2018-01-17 12:14:35 +01:00
2017-08-28 16:49:38 +02:00
2018-04-19 12:38:27 +02:00
2018-02-14 20:41:09 +01:00
2018-05-03 15:31:25 +02:00
2018-01-17 12:14:35 +01:00
2018-01-17 12:14:35 +01:00
2018-05-03 15:31:25 +02:00
2017-02-28 12:59:29 +01:00
2018-02-14 20:41:03 +01:00
2018-01-17 12:14:35 +01:00
2018-02-15 10:22:08 +01:00
2018-01-17 12:14:35 +01:00
2018-05-03 15:31:54 +02:00
2018-05-03 15:31:54 +02:00
2017-05-31 13:16:05 +02:00
2018-05-03 15:31:54 +02:00
2018-05-03 15:31:25 +02:00
2018-05-03 15:31:25 +02:00
2018-01-17 12:14:35 +01:00
2018-01-17 12:14:35 +01:00
2018-02-15 10:22:08 +01:00
2018-01-17 12:14:35 +01:00
2018-01-17 12:14:35 +01:00
2018-05-03 15:31:19 +02:00
2017-02-28 12:59:29 +01:00
2018-01-17 12:14:35 +01:00
2018-02-14 20:41:03 +01:00
2017-08-17 11:04:20 +02:00
2018-02-15 10:22:08 +01:00
2018-01-17 12:14:35 +01:00
2018-04-19 12:38:27 +02:00
2018-02-09 13:34:23 +01:00