For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-esis.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-01-21 sakeAdress => Address corrections (also in comments).
2010-12-20 guyRename the routines that handle dissector tables with...
2010-04-06 wmeier#include <string.h> not needed.
2010-04-03 wmeierRemove unneeded #include <stdio.h>
2009-08-09 krjDon't guard col_clear with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-08 wmeier(Trivial) Fix some spelling & etc in comments
2008-09-27 wmeierMinor cleanup for proto_reg-handoff & etc
2008-08-26 wmeier#include <emem.h> not req'd
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-28 guyHave show_exception() take a "const char *" as its...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-07-30 jmayerMake some funtions static. More char -> const char...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-04-25 guyMake the offsets of the source address length and sourc...
2004-07-18 gramMove dissectors to epan/dissectors directory.