Reading wtp descriptor works now - at least cisco
FossilOrigin-Name: ee2e8a3fdf9d353237161a0af0148367afc20e8020315108c02154d9df521938
This commit is contained in:
@ -81,7 +81,7 @@ struct avltree;
|
||||
int format_hdr_flags(char *dst, uint8_t * th);
|
||||
|
||||
|
||||
int format_is_utf8(unsigned char *str, size_t len);
|
||||
int format_is_utf8(const unsigned char *str, size_t len);
|
||||
|
||||
int format_dot11_fc(char *dst, uint16_t fc);
|
||||
|
||||
@ -109,6 +109,7 @@ char *cw_format_dump(const uint8_t * data, int len,
|
||||
void cw_format_get_dump_defaults(struct cw_FormatDumpSettings * settings);
|
||||
int cw_format_pkt_hdr(char *dst, int incomming, uint8_t * packet, int len,
|
||||
struct sockaddr *from);
|
||||
int cw_format_version(char *s, const uint8_t * version, int len);
|
||||
|
||||
/**@}*/
|
||||
|
||||
|
Reference in New Issue
Block a user