Make that an arbitrary tag to identify persistent taps...

This commit is contained in:
Adam Ierymenko 2013-08-21 08:13:48 -04:00
parent dbb509a302
commit 2536352e5d
4 changed files with 9 additions and 4 deletions

View file

@ -118,6 +118,7 @@ public:
* @return Number of characters actually written
*/
static unsigned int unhex(const char *hex,void *buf,unsigned int len);
static inline unsigned int unhex(const std::string &hex,void *buf,unsigned int len) { return unhex(hex.c_str(),buf,len); }
/**
* @param buf Buffer to fill