On 8/18/20 8:50 AM, Taylor Simpson wrote: > +extern void snprint_a_pkt(char *buf, int n, packet_t *pkt);
Is there a good reason you're using a fixed size buffer and not returning a GString? r~
On 8/18/20 8:50 AM, Taylor Simpson wrote: > +extern void snprint_a_pkt(char *buf, int n, packet_t *pkt);
Is there a good reason you're using a fixed size buffer and not returning a GString? r~