aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-01-31#include <stdio.h>, #include <stdlib.h> not req'd;Bill Meier1-1/+1
Make a global variable static (since it's apparently not used elsewhere); Whitespace changes (indentation, trailing, etc). svn path=/trunk/; revision=35725
2009-10-27From Francesco Fondelli:Anders Broman1-2/+2
RSVP extensions for G.709 Optical Transport Networks Control, RFC 4328 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4148 With some changes from me: -(readme.developer:" Furthermore, 'display' field must be ORed with 'BASE_RANGE_STRING' (e.g. BASE_DEC|BASE_RANGE_STRING)." - Prefix headerfields with hf_ - Remove check_col svn path=/trunk/; revision=30727
2006-11-13Add support for IPv4-Aggregate session/template/filter types.Ashok Narayanan1-0/+1
svn path=/trunk/; revision=19884
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-07From Manu PathakRonnie Sahlberg1-0/+12
Make RSVP tappable add hostlist and conversation listing for RSVP conversations svn path=/trunk/; revision=15714
2004-07-21From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris1-0/+1
svn path=/trunk/; revision=11452
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+32
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410