Define some fcns & vars as static...
[metze/wireshark/wip.git] / epan / dissectors / packet-ucp.c
2010-07-21 Bill Meier(Trivial) add a few comments about date/time formats.
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-03 Bill MeierRework code to handle multiple messages in a packet.
2010-04-26 Bill MeierVarious:
2010-04-26 Bill MeierRemove some boilerplate text; Shorten a few long lines.
2010-04-06 Bill Meier#include <string.h> not needed.
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-08 Anders BromanFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-05 Guy HarrisHave tap listeners specify whether the "packet" routine...
2009-05-26 Bill MeierMisc dissector cleanup:
2009-05-01 Jaap KeuterFrom Reinhard Speyerer:
2009-02-10 Ulf LampingRemove an ugly hack:
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-07-11 Jeff MorrissChange the stats tree API to use signed chars instead...
2008-05-03 Jaap KeuterFrom Abhik Sarkar:
2008-03-04 Jeff Morrissmatch_strval() may return NULL so don't blindly pass...
2007-12-17 Sake BlokBug 2116 - From Lawrence Reisler :
2007-03-26 Ronnie SahlbergFrom Sebastien Tandel
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-04-08 Anders BromanFix bug 597:
2006-01-06 Jörg MayerBill Meier: More spelling fixes
2006-01-05 Jörg MayerBill Meier:
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 Ronnie Sahlbergsome more ep_tvb_get_string updates
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.