aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix a typo.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-04-21Remove some unneeded #includes;wmeier1-2523/+2519
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-4/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-07-22Corrected length check for I05 Downstream Service.stig1-1/+1
2010-07-21Use correct length for I04/I05 Envelope headers.stig1-20/+20
2010-07-21Added "Attribute Aggregation Rule Mask" from PKT-SP-MM-I05-091029.stig1-145/+271
2010-07-19Removed call to check_col().stig1-14/+7
2010-07-19Added SharedResourceID.stig1-5/+30
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-02From Jared Renzullo:jake1-5/+155
2009-09-30From Jared Renzullo:jake1-0/+4
2009-09-20Use tvb_get_ephemeral_string() to avoid memleak.krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Julián Lastiri via bug 3656:stig1-5/+7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-85/+85
2009-04-30From Jared Renzullo:jake1-15/+31
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-1/+1
2009-04-16From Jared Renzullo:jake1-10/+1035
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-09-02Cleanup related to prefs & proto_reg_handoffwmeier1-13/+7
2008-06-23Renamed some local variables to avoid name collisions.stig1-4/+4
2008-03-13Make the SMI preference a little more verbose. In the COPS and SNMPgerald1-0/+4
2008-02-14Initialize a tvb, so that we don't crash. Fix up whitespace.gerald1-43/+43
2008-02-07Removed a break which disabled some code.stig1-3/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-5/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-2/+3
2007-11-27Fixes from Sam Leffler:gerald1-2/+2
2007-09-13Given the opportunity I check in the changes to snmp I got in this machine.lego1-3/+3
2007-08-26Remove every remembrance of NET_SNMP from COPSlego1-23/+1
2007-08-26De-NET-SNMPize COPSlego1-421/+304
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-4/+3
2007-08-24get_ber_length doesn't need the tree argument, get rid of it.jmayer1-1/+1
2007-05-15actx in the rest of dissect_ber..()letxrab1-4/+9
2007-03-30ep_malloc -> ep_alloc !!standel1-1/+1
2007-03-30remove some g_malloc/g_freestandel1-2/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-4/+4
2007-03-26From Sebastien Tandel sahlberg1-7/+7
2007-03-16Turn an error that I've encountered into an easily findable expert item.martinm1-2/+8
2007-01-26Use previously unused hf_cops_obj_c_type (cops.c_type) fieldmartinm1-1/+2
2007-01-26Make COPS dissector findable by namemartinm1-0/+3
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowkukosa1-3/+0
2006-12-08Get rid of UCD SNMP support (it's not longer supported andjmayer1-11/+0