aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bgp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-091-3/+8
* Remove depreciated functions g_string_sprint, g_string_sprintfa.Anders Broman2008-05-051-5/+5
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Swapped block-size and block-offset in BGP VPLS NLRI - fixes bug 1907.Stig Bjørlykke2007-10-111-1/+1
* Clean up the code.Jaap Keuter2007-08-231-163/+161
* From David Helder:Jaap Keuter2007-08-231-1/+5
* fix compiler warningBill Meier2006-11-261-1/+1
* From Aaron Campbell:Jaap Keuter2006-10-061-1/+1
* From: Hannes GredlerJaap Keuter2006-07-031-4/+9
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From RABRET Laurent RD-MAPS-ISS:Anders Broman2006-03-151-2/+2
* fix minor bug coverity 74Ronnie Sahlberg2006-03-081-2/+2
* packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer2006-01-201-20/+19
* get rid of one stack buffer and some strcpy() and strcat()Ronnie Sahlberg2005-10-151-10/+11
* From Hannes Gredler:Anders Broman2005-10-111-11/+26
* Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toGuy Harris2005-09-131-33/+34
* Don't collide with the "regular" IPv6 defintions in at least someGuy Harris2005-09-121-1/+1
* Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris2005-09-111-3/+3
* Get rid of a trailing comma.Guy Harris2005-09-011-3/+3
* remove some g_string_printf[a]() and replace with g_snprintf()Ronnie Sahlberg2005-08-311-47/+56
* add missing value_string terminationRonnie Sahlberg2005-08-281-0/+1
* various code cleanup:Ulf Lamping2005-08-081-6/+2
* char -> const char warning fixesJörg Mayer2005-07-281-3/+3
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-3/+3
* From Carlos Pignataro:Guy Harris2005-01-071-1/+203
* From Carlos Pignataro:Guy Harris2004-10-011-59/+92
* Move various tables into the epan directory.Guy Harris2004-09-291-1/+1
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping2004-08-211-2/+3
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+2802