replace malloc and alike calls by their GLib pendants -> g_malloc
[metze/wireshark/wip.git] / epan / tap.c
2005-08-05 Ulf Lampingreplace malloc and alike calls by their GLib pendants...
2005-08-05 Jörg MayerMore char -> const char warning fixes
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-21 Jörg MayerMore warining fixes: char -> const char
2005-04-01 Ronnie Sahlbergfrom Lars R
2005-04-01 Guy HarrisRename "register_ethereal_tap()" to "register_tap_liste...
2005-03-11 Ronnie Sahlbergfrom metze
2004-12-30 Guy HarrisAdd a "get_addr_name()" routine that takes an "address...
2004-09-29 Guy HarrisMove the tap infrastructure to the epan directory.