aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-srvloc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+3
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-5/+5
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-28/+28
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-14/+14
2011-04-22Fix various warnings found by clang 3.0 (trunk 129935) complier:sfisher1-2/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-59/+59
2009-05-05The expert_item pointers and expert_status values don't need to beguy1-519/+519
2009-03-31#include reassemble.h not req'dwmeier1-1/+0
2009-03-29More size_t casts.etxrab1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-07-11Fix a couple signed/unsigned char mismatches (still more here)morriss1-4/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-2/+2
2008-01-25From Bill Florac:jake1-10/+10
2008-01-25From Bill Florac::jake1-59/+111
2008-01-22From Bill Florac:jake1-1/+1
2008-01-22From Bill Florac:jake1-3/+52
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-08-28Fix the decoding of SLP attributes. Open SLP has the ability to pass back mul...gmorris1-60/+97
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1
2006-01-11If we pass a short length to unicode_to_bytes(), return an empty stringgerald1-29/+33
2005-11-23From Greg Morris:etxrab1-12/+63
2005-10-12Don't use a static, fixed-length buffer for the result ofguy1-1/+21
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()sahlberg1-6/+3
2005-04-25Fix an infinite loop.gerald1-1/+1
2005-04-20Use proto_tree_add_time() for hf_srvloc_authblkv2_timestamp. Fixes bug 81.gerald1-1/+4
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-01-07From Chris Maynard: free strings fetched with "tvb_fake_unicode()" whenguy1-1/+5
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1699