aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-23From David Helder:jake1-1/+5
2006-11-26fix compiler warningwmeier1-1/+1
2006-10-06From Aaron Campbell:jake1-1/+1
2006-07-03From: Hannes Gredlerjake1-4/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-15From RABRET Laurent RD-MAPS-ISS:etxrab1-2/+2
2006-03-08fix minor bug coverity 74sahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-20/+19
2005-10-15get rid of one stack buffer and some strcpy() and strcat()sahlberg1-10/+11
2005-10-11From Hannes Gredler:etxrab1-11/+26
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy1-33/+34
2005-09-12Don't collide with the "regular" IPv6 defintions in at least someguy1-1/+1
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-3/+3
2005-09-01Get rid of a trailing comma.guy1-3/+3
2005-08-31remove some g_string_printf[a]() and replace with g_snprintf()sahlberg1-47/+56
2005-08-28add missing value_string terminationsahlberg1-0/+1
2005-08-08various code cleanup:ulfl1-6/+2
2005-07-28char -> const char warning fixesjmayer1-3/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+3
2005-01-07From Carlos Pignataro:guy1-1/+203
2004-10-01From Carlos Pignataro:guy1-59/+92
2004-09-29Move various tables into the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2802