aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-common.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-7/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-21/+15
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+2
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+3
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 FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-19Fix gcc -Wshadow warningsBill Meier1-4/+4
2009-06-30Don't crash if a null pointer is passed, just skip the appending of theGuy Harris1-3/+5
2009-06-29From Artem Tamazov:Anders Broman1-17/+55
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-0/+97