aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+68
2012-02-12Enhance BGP Notification messageAlexis La Goutte1-57/+111
2012-01-19Fix some duplicate display filter names.Chris Maynard1-3/+3
2011-12-09From astramax57:Jaap Keuter1-2/+2
2011-12-03From Michael Sakaluk:Jaap Keuter1-1/+149
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2011-10-25From Thomas Loockx via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=63...Jeff Morriss1-4/+282
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-8/+8
2011-10-17Enhance BGP Capability messageAlexis La Goutte1-241/+235
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-6/+6
2011-10-09Enhance BGP Open messageAlexis La Goutte1-65/+115
2011-10-08Enhance BGP HeaderAlexis La Goutte1-28/+29
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-09-30Fix checkhf Alexis La Goutte1-4/+0
2011-09-30Enhance extended communities when RD Type 2Alexis La Goutte1-10/+15
2011-09-24Fix a typo in RD offsetAlexis La Goutte1-1/+1
2011-09-23Convert "space tabs" to spacesAlexis La Goutte1-0/+12
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+1
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark doe...Alexis La Goutte1-12/+17
2011-08-24From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-15/+189
2011-08-24From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188Alexis La Goutte1-5/+26
2011-08-18From Ryan Hoffman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6122Alexis La Goutte1-50/+97
2011-08-18Enhance support of RD Type 2 (FORMAT_AS4_LOC) (RFC4364)Alexis La Goutte1-1/+73
2011-08-17From Sergey V. Lobanov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-0/+8
2011-08-16More misspellings of "unknown", for bug 6244.Guy Harris1-1/+1
2011-04-27From Yaniv Kaul:Bill Meier1-410/+408
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 852,854;Bill Meier1-51/+51
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-4/+6
2011-02-23From Alexis La Goutte:Anders Broman1-1/+0
2010-12-24Properly define and dissect BGP_EXT_COM_LINKBAND. Fixes bug 4409 reported byChris Maynard1-2/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-10/+17
2010-08-04Avoid a possible dereference of null pointer.Stig Bjørlykke1-2/+2
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.Bill Meier1-1526/+1526
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-23Fix for bug 4410:Jaap Keuter1-1/+11
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-05-25From Thomas M. Knoll:Jaap Keuter1-2/+2
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);Bill Meier1-6/+6
2009-03-28Fix a couple items from the last checkin.Gerald Combs1-17/+18
2009-03-28Replace a lot of pointer tracking and some GStrings with emem_strbufs. AddGerald Combs1-140/+127
2009-02-23Fix for bug 3247:Jaap Keuter1-1/+1
2009-01-14From Thomas M. Knoll:Jaap Keuter1-3/+28
2009-01-10From Thomas M. Knoll:Jaap Keuter1-76/+151
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-2/+2
2008-06-27Fix some warnings reported by gcc -Wshadow ...Bill Meier1-11/+9
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-3/+8