aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dsi.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-9/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-11-15"Fill" value_strings.Anders Broman1-0/+1
2010-11-08Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-327/+330
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-09-10From Alex deVries:Anders Broman1-16/+46
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-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+3
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-03-14Update documentation information.Guy Harris1-2/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
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-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-4/+2
2005-06-19from Didier GautheronLuis Ontanon1-1/+21
2005-03-31Add a link to a more recent Apple page describing DSI.Guy Harris1-0/+3
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/+846