]> Kevux Git Server - fll/commit
Feature: Add f_simple_packet_t for holding the packet data.
authorKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 19:44:08 +0000 (14:44 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 19:45:11 +0000 (14:45 -0500)
commit9bfedfb94a5ad761b7603436ad069d40daa5f725
tree646e2ba9f8e5fb0531a8dbc7527f34f34543d6fc
parent65def22186998f9a25c24ccb7e8fd5bb6ea139cf
Feature: Add f_simple_packet_t for holding the packet data.

The f_simple_packet_range_t holds ranges within a string.

This f_simple_packet_t holds the actual values for the packet rather than ranges mapped to some string.

I am omitting unit tests at this time because I am going to do some additional changes involving the allocation and deallocation code project wide.
level_0/f_fss/c/fss/private-simple_packet.c
level_0/f_fss/c/fss/private-simple_packet.h
level_0/f_fss/c/fss/simple_packet.c
level_0/f_fss/c/fss/simple_packet.h