From Jared Renzullo:
[obnox/wireshark/wip.git] / epan / dissectors / packet-cops.c
2009-09-30 jakeFrom Jared Renzullo:
2009-09-20 krjUse tvb_get_ephemeral_string() to avoid memleak.
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-07-07 stigFrom Julián Lastiri via bug 3656:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-30 jakeFrom Jared Renzullo:
2009-04-21 guyTurn on -Wshorten-64-to-32 by default, and fix some...
2009-04-16 jakeFrom Jared Renzullo:
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-02 wmeierCleanup related to prefs & proto_reg_handoff
2008-06-23 stigRenamed some local variables to avoid name collisions.
2008-03-13 geraldMake the SMI preference a little more verbose. In the...
2008-02-14 geraldInitialize a tvb, so that we don't crash. Fix up whites...
2008-02-07 stigRemoved a break which disabled some code.
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-11-27 geraldFixes from Sam Leffler:
2007-09-13 legoGiven the opportunity I check in the changes to snmp...
2007-08-26 legoRemove every remembrance of NET_SNMP from COPS
2007-08-26 legoDe-NET-SNMPize COPS
2007-08-25 legoget users of oid_resolv to use the new oids, rollout...
2007-08-24 jmayerget_ber_length doesn't need the tree argument, get...
2007-05-15 etxrabactx in the rest of dissect_ber..()l
2007-03-30 standelep_malloc -> ep_alloc !!
2007-03-30 standelremove some g_malloc/g_free
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-27 sfisherFix about 100 simple to fix warnings from gcc 4.0 in...
2007-03-26 sahlbergFrom Sebastien Tandel
2007-03-16 martinmTurn an error that I've encountered into an easily...
2007-01-26 martinmUse previously unused hf_cops_obj_c_type (cops.c_type...
2007-01-26 martinmMake COPS dissector findable by name
2007-01-10 kukosamove asn1.c/.h files into plugins/asn1 directory as...
2006-12-08 jmayerGet rid of UCD SNMP support (it's not longer supported and
2006-11-14 jmayernikai@nikai.net:
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-09 geraldThe AMID type and tag are two bytes, not four. The...
2006-03-23 etxrabCovierty bug fix.
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2006-02-09 geraldAdd PacketCable Multimedia updates. Sponsored by Cable...
2006-01-18 geraldIn packet-cops.c use proto_item_append_text() instead...
2006-01-17 jmayerpacket-fcswils.c: Fix incorrect use of g_snprintf return
2005-11-08 etxrabMove def of subid_t to format-oid.h don't include asn1...
2005-10-05 guyDon't try to strip the last byte from a zero-byte OID...
2005-10-04 guyEven a null object has a non-zero length (for the BER...
2005-10-04 guyWe can just use "get_ber_identifier()" and "get_ber_len...
2005-09-29 guyMove the Diameter dictionary files to a "diameter"...
2005-09-26 etxrabRemove dependencies on asn1.c, stil endes to be include...
2005-09-18 etxrabChange some of the asn1 functions to use packet-ber...
2005-09-17 guyMove some headers for stuff defined by a dissector...
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-11 guyReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-28 sahlbergvalue_strings are terminated with {0,NULL} not ...
2005-08-25 guyThe OID strings returned by new_format_oid(), and the...
2005-08-21 sahlbergremove gmalloc and sprintf
2005-08-18 ulflseveral times replacing:
2005-07-28 jmayerchar -> const char warning fixes
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-05-31 gramRemove bitmasks from field definitions for FT_IPv4
2005-02-09 lrolandMove the following files from /trunk to /trunk/epan:
2005-01-16 guyMake the object length variable in some routines an...
2005-01-05 guyUse "tvb_format_text()" to generate the text to use in
2004-12-10 geraldPacketCable byte view highlighting was offset 4 bytes...
2004-12-09 geraldThe PacketCable MM code was displaying the secondary...
2004-10-15 geraldFix a cut-and-paste error.
2004-10-14 guyGet rid of C++ comments.
2004-10-08 geraldRemove an unused variable.
2004-10-07 geraldAdd support for the PacketCable Multimedia Specificatio...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 gramMove dissectors to epan/dissectors directory.