aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21Add MAC address family numbers (RFC 7042)Lorand Jakab1-0/+2
See http://tools.ietf.org/html/rfc7042#section-5.2 for details Change-Id: I6002bef860b67e21058a66489eb16df88ba0ddf0 Signed-off-by: Lorand Jakab <ljakab@ac.upc.edu> Reviewed-on: https://code.wireshark.org/review/1712 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
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>
2014-01-13From Miroslav Miklus via ↵Alexis La Goutte1-0/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9504 Enhance BGP dissector : bgp-ls dissector (draft-ietf-idr-ls-distribution-04) BGPTYPE_LINK_STATE_ATTR is temporarily set to 99, would need change when IANA allocate a Path Attribute value for BGP-LS From me : * Fix indent * fix arg encoding (via encoding-args tools) svn path=/trunk/; revision=54728
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2010-07-18Added "LISP Canonical Address Format (LCAF)".Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=33570
2009-04-02From Chris Maynard:Anders Broman1-0/+3
Misc. NHRP bug fixes & additions and AFN udpates https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3379 svn path=/trunk/; revision=27933
2007-01-18PutGuy Harris1-0/+8
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. svn path=/trunk/; revision=20485
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-01-28Expand the set of #defines in afn.h (and give a URL for the *current*Guy Harris1-16/+30
list of address families) and the list of strings in afn.c, and use them in packet-lldp.c instead of having it define its own. svn path=/trunk/; revision=17114
2005-10-11Missed filesAnders Broman1-1/+2
svn path=/trunk/; revision=16185
2004-09-29Move various tables into the epan directory.Guy Harris1-0/+48
svn path=/trunk/; revision=12130