aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-31remove some g_string_printf[a]() and replace with g_snprintf()Ronnie Sahlberg1-47/+56
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
2005-08-08various code cleanup:Ulf Lamping1-6/+2
2005-07-28char -> const char warning fixesJörg Mayer1-3/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-3/+3
2005-01-07From Carlos Pignataro:Guy Harris1-1/+203
2004-10-01From Carlos Pignataro:Guy Harris1-59/+92
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2802