aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-21remove gmalloc and sprintfRonnie Sahlberg1-11/+5
2005-08-18several times replacing:Ulf Lamping1-5/+5
2005-07-28char -> const char warning fixesJörg Mayer1-9/+9
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-05-31Remove bitmasks from field definitions for FT_IPv4Gilbert Ramirez1-10/+10
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-16Make the object length variable in some routines an "int"; we fetch aGuy Harris1-18/+13
2005-01-05Use "tvb_format_text()" to generate the text to use inGuy Harris1-6/+6
2004-12-10PacketCable byte view highlighting was offset 4 bytes for many tree view items.Gerald Combs1-8/+34
2004-12-09The PacketCable MM code was displaying the secondary record keeping serverGerald Combs1-1/+7
2004-10-15Fix a cut-and-paste error.Gerald Combs1-1/+1
2004-10-14Get rid of C++ comments.Guy Harris1-43/+49
2004-10-08Remove an unused variable.Gerald Combs1-1/+0
2004-10-07Add support for the PacketCable Multimedia Specification (PKT-SP-MM-Gerald Combs1-142/+2008
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2637