aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-prp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Remove uneeded #includes, forward refs & check_col();wmeier1-3/+2
2011-10-31From Martin Renold via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5730alagoutte1-201/+93
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-8/+8
2011-01-21From Tobias Klauser:etxrab1-2/+2
2011-01-21Adress => Address corrections (also in comments).sake1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-22From Tobias Klauservia https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...morriss1-2/+2
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
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-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2008-09-22Minor cleanup related to proto_reg_handoffwmeier1-1/+1
2008-03-04From Sven Meier: update the PRP dissector to the newest version of the standa...morriss1-194/+251
2008-02-27Rather than always disabling the protocol at startup, just add a preference t...morriss1-15/+33
2008-02-27From Sven Meier (on -dev in 6/2007):morriss1-0/+304