aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-common.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
svn path=/trunk/; revision=32410
2010-01-19Fix gcc -Wshadow warningsBill Meier1-4/+4
svn path=/trunk/; revision=31561
2009-06-30Don't crash if a null pointer is passed, just skip the appending of theGuy Harris1-3/+5
items. svn path=/trunk/; revision=28899
2009-06-29From Artem Tamazov:Anders Broman1-17/+55
Added: PW ATM 1:1, AAL5 SDU, AAL5 PDU support + BFD fix + PW ATM OAM fix svn path=/trunk/; revision=28881
2009-04-27From Artem Tamazov: SAToP and CESoPSN MPLS PW support.Balint Reczey1-0/+97
Introduction of decoding of MPLS payloads as CESoPSN PW (RFC5086) and SAToP PW (RFC4553). Not supported yet: - CESoPSN Basic NxDS0 mode. - Decoding of <Optional> RTP Headers (RFC3550) - Decoding of PW payload svn path=/trunk/; revision=28181