aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Make some (preference) variables static.Jeff Morriss1-1/+1
2010-07-21(Trivial) add a few comments about date/time formats.Bill Meier1-20/+21
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+2
2010-05-03Rework code to handle multiple messages in a packet.Bill Meier1-178/+180
2010-04-26Various:Bill Meier1-1406/+1421
2010-04-26Remove some boilerplate text; Shorten a few long lines.Bill Meier1-8/+6
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-8/+8
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-05-26Misc dissector cleanup:Bill Meier1-21/+21
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-02-10Remove an ugly hack:Ulf Lamping1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-6/+6
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-7/+9
2008-05-03From Abhik Sarkar:Jaap Keuter1-74/+184
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-1/+1
2007-12-17Bug 2116 - From Lawrence Reisler :Sake Blok1-1/+3
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-08Fix bug 597:Anders Broman1-10/+66
2006-01-06Bill Meier: More spelling fixesJörg Mayer1-2/+2
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-07-24some more ep_tvb_get_string updatesRonnie Sahlberg1-4/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2595