From Didier Gautheron:
[obnox/wireshark/wip.git] / epan / dissectors / packet-ansi_tcap.c
2009-09-23 etxrabPropagate the changes to the .cnf file so they don...
2009-09-23 krjUse col_set_str instead of col_add_fstr/col_add_str...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-21 krjSanitize epan includes
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-16 stigRegenerate all asn2wrs generated dissectors.
2009-03-15 wmeierAs suggested by Jakub Zawadzki: g_free() is NULL safe...
2008-11-04 wmeierasn2wrs generated files changed as a result of recent...
2008-11-01 etxrabRegenerate all asn2wrs generated dissectors
2008-10-13 wmeierRemove unused prefs.h, conversation.h & data_handle...
2008-07-28 etxrabGet rid of some unused code warnings.
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-01-17 stigHmmm. The previous ansi_tcap.cnf did not make valid...
2008-01-16 stig- Removed some unused variables in asn1 dissectors
2007-12-10 kukosaANSI TCAP regenerated and tested with -T -X asn2wrs...
2007-11-12 geraldReplace strcpy()+strcat() with g_snprintf(). Make...
2007-09-17 morrissFrom Florent Drouin: malloc the size of the structure...
2007-09-13 etxrabRemove debug code.
2007-09-13 etxrabTry to protect the hash table...
2007-09-12 etxrabWarning fixes.
2007-09-12 etxrabUse the new ANSI TCAP dissector.
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 etxrabFrom Chris Maynard:
2007-08-17 etxrabAdd code for finding sub dissectors.
2007-08-16 etxrabCollect context data.
2007-08-15 etxrabChange tcap_private to ansi_tcap_private.
2007-08-14 etxrabActually adding the dissector may help :)