summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-prp.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-22From Tobias Klauservia https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
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-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-4/+4
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2008-09-22Minor cleanup related to proto_reg_handoffBill Meier1-1/+1
2008-03-04From Sven Meier: update the PRP dissector to the newest version of the standa...Jeff Morriss1-194/+251
2008-02-27Rather than always disabling the protocol at startup, just add a preference t...Jeff Morriss1-15/+33
2008-02-27From Sven Meier (on -dev in 6/2007):Jeff Morriss1-0/+304