aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-30From Jared Renzullo:Jaap Keuter1-15/+31
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-1/+1
2009-04-16From Jared Renzullo:Jaap Keuter1-10/+1035
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffBill Meier1-13/+7
2008-06-23Renamed some local variables to avoid name collisions.Stig Bjørlykke1-4/+4
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPGerald Combs1-0/+4
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.Gerald Combs1-43/+43
2008-02-07Removed a break which disabled some code.Stig Bjørlykke1-3/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke1-5/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-2/+3
2007-11-27Fixes from Sam Leffler:Gerald Combs1-2/+2
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.Luis Ontanon1-3/+3
2007-08-26Remove every remembrance of NET_SNMP from COPSLuis Ontanon1-23/+1
2007-08-26De-NET-SNMPize COPSLuis Ontanon1-421/+304
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-4/+3
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.Jörg Mayer1-1/+1
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-4/+9
2007-03-30ep_malloc -> ep_alloc !!Sebastien Tandel1-1/+1
2007-03-30remove some g_malloc/g_freeSebastien Tandel1-2/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-4/+4
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-7/+7
2007-03-16Turn an error that I've encountered into an easily findable expert item.Martin Mathieson1-2/+8
2007-01-26Use previously unused hf_cops_obj_c_type (cops.c_type) fieldMartin Mathieson1-1/+2
2007-01-26Make COPS dissector findable by nameMartin Mathieson1-0/+3
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa1-3/+0
2006-12-08Get rid of UCD SNMP support (it's not longer supported andJörg Mayer1-11/+0
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2006-05-09The AMID type and tag are two bytes, not four. The PSID should be shownGerald Combs1-5/+5
2006-03-23Covierty bug fix.Anders Broman1-1/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-02-09Add PacketCable Multimedia updates. Sponsored by CableLabs.Gerald Combs1-48/+276
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs1-14/+9
2006-01-17packet-fcswils.c: Fix incorrect use of g_snprintf returnJörg Mayer1-4/+7
2005-11-08Move def of subid_t to format-oid.h don't include asn1.h in cops any more.Anders Broman1-1/+0
2005-10-05Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.Guy Harris1-30/+37
2005-10-04Even a null object has a non-zero length (for the BER identifier andGuy Harris1-1/+1
2005-10-04We can just use "get_ber_identifier()" and "get_ber_length()" to fetchGuy Harris1-18/+22
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris1-3/+3
2005-09-26Remove dependencies on asn1.c, stil endes to be included to define subid_t.Anders Broman1-36/+36
2005-09-18Change some of the asn1 functions to use packet-ber ones.Anders Broman1-56/+54
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-6/+7
2005-08-28value_strings are terminated with {0,NULL} not {0xff,NULL}Ronnie Sahlberg1-7/+7
2005-08-25The OID strings returned by new_format_oid(), and the OID stringGuy Harris1-4/+0