aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14The Originator protocol identifier is not present in the "provisioning action...cmaynard1-2/+4
2011-10-27Fix proto_tree_add_item( encoding args;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-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-04-22Use the return value of proto_item_add_subtree()morriss1-2/+3
2011-04-18Removed some unneeded assignments.stig1-2/+2
2010-12-06Make some (preference) variables static.morriss1-1/+1
2010-07-21(Trivial) add a few comments about date/time formats.wmeier1-20/+21
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+2
2010-05-03Rework code to handle multiple messages in a packet.wmeier1-178/+180
2010-04-26Various:wmeier1-1406/+1421
2010-04-26Remove some boilerplate text; Shorten a few long lines.wmeier1-8/+6
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-8/+8
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-1/+1
2009-05-26Misc dissector cleanup:wmeier1-21/+21
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-02-10Remove an ugly hack:ulfl1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-6/+6
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-7/+9
2008-05-03From Abhik Sarkar:jake1-74/+184
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...morriss1-1/+1
2007-12-17Bug 2116 - From Lawrence Reisler :sake1-1/+3
2007-03-26From Sebastien Tandel sahlberg1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-08Fix bug 597:etxrab1-10/+66
2006-01-06Bill Meier: More spelling fixesjmayer1-2/+2
2006-01-05Bill Meier:jmayer1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-07-24some more ep_tvb_get_string updatessahlberg1-4/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2595