aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
AgeCommit message (Expand)AuthorFilesLines
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