For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
[obnox/wireshark/wip.git] / epan / dissectors / packet-quake.c
2011-10-21 wmeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 wmeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 wmeierConvert 'encoding' parameter of certain proto_tree_add_...
2010-12-20 guyRename the routines that handle dissector tables with...
2010-06-09 wmeierRevise code slightly; mostly: remove some unnecessary...
2010-06-07 wmeierUse find_or_create_conversation() rather than only...
2010-06-07 wmeierMove proto_reg_handoff...(...) to the end of the file;
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:
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-23 wmeierMinor change: use guint for prefs port variables.
2008-09-03 wmeierCleanup related to prefs & proto_reg_handoff
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-02-02 etxrabFrom Jon Ringle:
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 gramMove dissectors to epan/dissectors directory.