aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-prp.c
AgeCommit message (Expand)AuthorFilesLines
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