aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-05-09The AMID type and tag are two bytes, not four. The PSID should be showngerald1-5/+5
2006-03-23Covierty bug fix.etxrab1-1/+1
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-02-09Add PacketCable Multimedia updates. Sponsored by CableLabs.gerald1-48/+276
2006-01-18In packet-cops.c use proto_item_append_text() instead of creating agerald1-14/+9
2006-01-17packet-fcswils.c: Fix incorrect use of g_snprintf returnjmayer1-4/+7
2005-11-08Move def of subid_t to format-oid.h don't include asn1.h in cops any more.etxrab1-1/+0
2005-10-05Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.guy1-30/+37
2005-10-04Even a null object has a non-zero length (for the BER identifier andguy1-1/+1
2005-10-04We can just use "get_ber_identifier()" and "get_ber_length()" to fetchguy1-18/+22
2005-09-29Move the Diameter dictionary files to a "diameter" subdirectory, alongguy1-3/+3
2005-09-26Remove dependencies on asn1.c, stil endes to be included to define subid_t.etxrab1-36/+36
2005-09-18Change some of the asn1 functions to use packet-ber ones.etxrab1-56/+54
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-6/+7
2005-08-28value_strings are terminated with {0,NULL} not {0xff,NULL}sahlberg1-7/+7
2005-08-25The OID strings returned by new_format_oid(), and the OID stringguy1-4/+0
2005-08-21remove gmalloc and sprintfsahlberg1-11/+5
2005-08-18several times replacing:ulfl1-5/+5
2005-07-28char -> const char warning fixesjmayer1-9/+9
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-05-31Remove bitmasks from field definitions for FT_IPv4gram1-10/+10
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-16Make the object length variable in some routines an "int"; we fetch aguy1-18/+13
2005-01-05Use "tvb_format_text()" to generate the text to use inguy1-6/+6
2004-12-10PacketCable byte view highlighting was offset 4 bytes for many tree view items.gerald1-8/+34
2004-12-09The PacketCable MM code was displaying the secondary record keeping servergerald1-1/+7
2004-10-15Fix a cut-and-paste error.gerald1-1/+1
2004-10-14Get rid of C++ comments.guy1-43/+49
2004-10-08Remove an unused variable.gerald1-1/+0
2004-10-07Add support for the PacketCable Multimedia Specification (PKT-SP-MM-gerald1-142/+2008
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2637