aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nbipx.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+5
2013-12-10Reject the packet if data is NULL.Chris Maynard1-9/+15
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-24Remove ipxptype from struct _packet_info and pass it into subdissectors throu...Michael Mann1-4/+7
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-42/+35
2012-10-16replace proto_tree_add_text with filterable items and expert info to get a fe...Michael Mann1-58/+67
2012-09-27Fix duplicated field: nmpi.name_flagsJakub Zawadzki1-5/+0
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-53/+99
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-7/+7
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
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-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-3/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+802