aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-03From Michael Sakaluk:jake1-1/+149
2011-10-28Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-6/+6
2011-10-25From Thomas Loockx via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=63...morriss1-4/+282
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-8/+8
2011-10-17Enhance BGP Capability messagealagoutte1-241/+235
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-6/+6
2011-10-09Enhance BGP Open messagealagoutte1-65/+115
2011-10-08Enhance BGP Headeralagoutte1-28/+29
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-3/+3
2011-09-30Fix checkhf alagoutte1-4/+0
2011-09-30Enhance extended communities when RD Type 2alagoutte1-10/+15
2011-09-24Fix a typo in RD offsetalagoutte1-1/+1
2011-09-23Convert "space tabs" to spacesalagoutte1-0/+12
2011-09-23Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+1
2011-09-23From https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6128 : Wireshark doe...alagoutte1-12/+17
2011-08-24From Olivier Montanuy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...alagoutte1-15/+189
2011-08-24From astramax57 via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6188alagoutte1-5/+26
2011-08-18From Ryan Hoffman via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6122alagoutte1-50/+97
2011-08-18Enhance support of RD Type 2 (FORMAT_AS4_LOC) (RFC4364)alagoutte1-1/+73
2011-08-17From Sergey V. Lobanov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...alagoutte1-0/+8
2011-08-16More misspellings of "unknown", for bug 6244.guy1-1/+1
2011-04-27From Yaniv Kaul:wmeier1-410/+408
2011-03-25Don't assign to a proto_item* if the value won't be used: Coverity 852,854;wmeier1-51/+51
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-4/+6
2011-02-23From Alexis La Goutte:etxrab1-1/+0
2010-12-24Properly define and dissect BGP_EXT_COM_LINKBAND. Fixes bug 4409 reported bycmaynard1-2/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.morriss1-10/+17
2010-08-04Avoid a possible dereference of null pointer.stig1-2/+2
2010-05-11Use consistent indentation; Whitesapce & formatting cleanup.wmeier1-1526/+1526
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-23Fix for bug 4410:jake1-1/+11
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2009-05-25From Thomas M. Knoll:jake1-2/+2
2009-04-14ep_strbuf usage: ep_strbuf_new_label("") --> ep_strbuf_new_label(NULL);wmeier1-6/+6
2009-03-28Fix a couple items from the last checkin.gerald1-17/+18
2009-03-28Replace a lot of pointer tracking and some GStrings with emem_strbufs. Addgerald1-140/+127
2009-02-23Fix for bug 3247:jake1-1/+1
2009-01-14From Thomas M. Knoll:jake1-3/+28
2009-01-10From Thomas M. Knoll:jake1-76/+151
2008-11-22From Peter (bug 2942):stig1-2/+2
2008-06-27Fix some warnings reported by gcc -Wshadow ...wmeier1-11/+9
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-3/+8
2008-05-05Remove depreciated functions g_string_sprint, g_string_sprintfa.etxrab1-5/+5
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-10-11Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.stig1-1/+1
2007-08-23Clean up the code.jake1-163/+161