aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-5/+5
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure themorriss1-11/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-22/+22
2010-10-30Use value_string_ext fcns to access two value_string arrays.wmeier1-29/+32
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.rbalint1-0/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-25From Didier Gautheron via bug 4419:stig1-4/+1
2010-01-18Fix gcc -Wshadow warnings. wmeier1-15/+15
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-10/+5
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-12/+6
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-30/+30
2009-05-19From Artem Tamazov (bug 3472):stig1-0/+9
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-07-24Use tvb_format_stringzpad instead of tvb_memcpy to fetch the SAP server name.gerald1-7/+6
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-17/+29
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-5/+5
2005-08-12more gmemchunk -> se_alloc() improvementssahlberg1-36/+4
2005-07-30More char -> const char fixesjmayer1-6/+6
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1580