aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
Commit message (Expand)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-4/+4
* The AMID type and tag are two bytes, not four. The PSID should be shownGerald Combs2006-05-091-5/+5
* Covierty bug fix.Anders Broman2006-03-231-1/+1
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Add PacketCable Multimedia updates. Sponsored by CableLabs.Gerald Combs2006-02-091-48/+276
* In packet-cops.c use proto_item_append_text() instead of creating aGerald Combs2006-01-181-14/+9
* packet-fcswils.c: Fix incorrect use of g_snprintf returnJörg Mayer2006-01-171-4/+7
* Move def of subid_t to format-oid.h don't include asn1.h in cops any more.Anders Broman2005-11-081-1/+0
* Don't try to strip the last byte from a zero-byte OID. Fixes bug 503.Guy Harris2005-10-051-30/+37
* Even a null object has a non-zero length (for the BER identifier andGuy Harris2005-10-041-1/+1
* We can just use "get_ber_identifier()" and "get_ber_length()" to fetchGuy Harris2005-10-041-18/+22
* Move the Diameter dictionary files to a "diameter" subdirectory, alongGuy Harris2005-09-291-3/+3
* Remove dependencies on asn1.c, stil endes to be included to define subid_t.Anders Broman2005-09-261-36/+36
* Change some of the asn1 functions to use packet-ber ones.Anders Broman2005-09-181-56/+54
* Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris2005-09-171-1/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-6/+7
* value_strings are terminated with {0,NULL} not {0xff,NULL}Ronnie Sahlberg2005-08-281-7/+7
* The OID strings returned by new_format_oid(), and the OID stringGuy Harris2005-08-251-4/+0
* remove gmalloc and sprintfRonnie Sahlberg2005-08-211-11/+5
* several times replacing:Ulf Lamping2005-08-181-5/+5
* char -> const char warning fixesJörg Mayer2005-07-281-9/+9
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping2005-06-101-1/+1
* Remove bitmasks from field definitions for FT_IPv4Gilbert Ramirez2005-05-311-10/+10
* Move the following files from /trunk to /trunk/epan:Lars Roland2005-02-091-1/+1
* Make the object length variable in some routines an "int"; we fetch aGuy Harris2005-01-161-18/+13
* Use "tvb_format_text()" to generate the text to use inGuy Harris2005-01-051-6/+6
* PacketCable byte view highlighting was offset 4 bytes for many tree view items.Gerald Combs2004-12-101-8/+34
* The PacketCable MM code was displaying the secondary record keeping serverGerald Combs2004-12-091-1/+7
* Fix a cut-and-paste error.Gerald Combs2004-10-151-1/+1
* Get rid of C++ comments.Guy Harris2004-10-141-43/+49
* Remove an unused variable.Gerald Combs2004-10-081-1/+0
* Add support for the PacketCable Multimedia Specification (PKT-SP-MM-Gerald Combs2004-10-071-142/+2008
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-2/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+2637