aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman1-5/+5
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-11Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.Stig Bjørlykke1-1/+1
2007-08-23Clean up the code.Jaap Keuter1-163/+161
2007-08-23From David Helder:Jaap Keuter1-1/+5
2006-11-26fix compiler warningBill Meier1-1/+1
2006-10-06From Aaron Campbell:Jaap Keuter1-1/+1
2006-07-03From: Hannes GredlerJaap Keuter1-4/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-15From RABRET Laurent RD-MAPS-ISS:Anders Broman1-2/+2
2006-03-08fix minor bug coverity 74Ronnie Sahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-20/+19
2005-10-15get rid of one stack buffer and some strcpy() and strcat()Ronnie Sahlberg1-10/+11
2005-10-11From Hannes Gredler:Anders Broman1-11/+26
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris1-33/+34
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someGuy Harris1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-3/+3
2005-09-01Get rid of a trailing comma.Guy Harris1-3/+3