aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann1-11/+6
2013-10-19Pass SPX "private data" into subdissectors instead of using pinfo->private_data.Michael Mann1-10/+4
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-5/+5
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-4/+4
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-4/+4
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-29/+15
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-11/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-22/+22
2010-10-30Use value_string_ext fcns to access two value_string arrays.Bill Meier1-29/+32
2010-09-12Decode SLL payloads using a dissector table based on sll.ltype.Balint Reczey1-0/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-4/+1
2010-01-18Fix gcc -Wshadow warnings. Bill Meier1-15/+15
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-10/+5
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-12/+6
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-30/+30
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+9
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-07-24Use tvb_format_stringzpad instead of tvb_memcpy to fetch the SAP server name.Gerald Combs1-7/+6
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-17/+29
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-5/+5
2005-08-12more gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-36/+4
2005-07-30More char -> const char fixesJörg Mayer1-6/+6
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1