aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-12afn(.c): fix indent (align field)Alexis La Goutte1-35/+35
Change-Id: Ie2cc66b8ba26278490134974662acd554b8931f9 Reviewed-on: https://code.wireshark.org/review/20505 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2017-03-11Updated Address Family Numbers with latest (Last Updated 2016-08-26) IANA table.Simon Zhong1-0/+11
Change-Id: I4286a249ca9603732f06e2715c1804a201c105e9 Reviewed-on: https://code.wireshark.org/review/20489 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2017-03-11BGP: Fix the issue that SAFI 72 (BGP-LS-VPN) was not decoded.Simon Zhong1-1/+1
Change-Id: I2aef41458c89975dddea4d8bb6355bb7aabd1cad Reviewed-on: https://code.wireshark.org/review/20488 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-34/+47
Change-Id: Ic5a5acb0f36d3aa144edbfb1ae71097b18426db4 Reviewed-on: https://code.wireshark.org/review/6216 Reviewed-by: Bill Meier <wmeier@newsguy.com>
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/+1
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
2013-11-10No need to include whole <epan/packet.h>Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=53235
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
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-1/+4
Misc. NHRP bug fixes & additions and AFN udpates https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3379 svn path=/trunk/; revision=27933
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-5/+14
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-0/+1
svn path=/trunk/; revision=16185
2004-09-29Move various tables into the epan directory.Guy Harris1-0/+52
svn path=/trunk/; revision=12130