aboutsummaryrefslogtreecommitdiffstats
path: root/epan/nlpid.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-15An NLPID of 0xc0 refers to TRILL.Guy Harris1-0/+1
This will, at least, make it show up as the meaning of a field containing an NLPID; whether it's actually used to say "a TRILL packet follows" is another matter. At least partially addresses bug 10382, and fully addresses it if it's never actually used to say "a TRILL packet follows". Change-Id: Ic9dc8ec432532bde692fad3aa9cc97a3109aa634 Reviewed-on: https://code.wireshark.org/review/3602 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-04-23nlpid.h requires value_string.hMartin Kaiser1-0/+2
svn path=/trunk/; revision=48996
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-02Add missing updated file from previous commit.Anders Broman1-0/+1
svn path=/trunk/; revision=42386
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards ↵Tomas Kukosa1-0/+1
(AT&T TR41459, Nortel NIS A211-1, Telcordia SR-4994) svn path=/trunk/; revision=27317
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-0/+60
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844