aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-25From Thomas M. Knoll:jake1-1/+1
The CoS Capability extended community has been changed to a transitive ext. community and was reassigned an IANA type number. It has changed from 0x40 to 0x05. see: http://www.iana.org/assignments/bgp-extended-communities git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28467 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-14From Thomas M. Knoll:jake1-0/+1
- New dissector for CoS Capability attributes added - tiny changes in my committed dissector for QoS Marking attributes git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27232 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-10From Thomas M. Knoll:jake1-0/+16
Added a new dissector for BGP QoS Marking extended community attributes as defined in http://tools.ietf.org/id/draft-knoll-idr-qos-attribute. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27206 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-11From Hannes Gredler:etxrab1-0/+1
fixes the AF/SAFI codepoints for BGP Layer-2 VPNs from a Juniper pre-standard implementation to the new "official" IANA assigned codepoints. From Julian Onions packet-rmt-norm.ch Decode more oif the protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16183 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy1-2/+2
calls to "tvb_get_ipv4()" and "tvb_get_ipv6()". Fix a call in the BGP dissector to properly fetch an IEEE floating-point number. Update some I-D info. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15774 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-07From Carlos Pignataro:guy1-0/+12
o BGPv4 SAFI-Specific Attribute support - draft-kapoor-nalawade-idr-bgp-ssa-00.txt o Tunnel SAFI support for BGP - draft-nalawade-kapoor-tunnel-safi-02.txt o Small length fix git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12977 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+200
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7