aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Init ett_... variables to -1wmeier1-2/+3
2009-07-16Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to angerald1-2/+1
2009-07-16Make sure some variables are initialized so that Valgrind quitsgerald1-4/+3
2009-07-08From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-22From Kovarththanan Rajaratnam:stig1-73/+73
2009-06-22From Kovarththanan Rajaratnam:stig1-325/+325
2009-01-27Fix some indentation ....wmeier1-175/+175
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-77/+77
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-2/+0
2008-08-14Use const with value_string array definitionswmeier1-18/+18
2008-07-22Add NULL termination element to value_string arrayswmeier1-1/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-6/+15
2008-04-14From Roberto Morro (bug 2416):stig1-26/+446
2008-04-13From Giodi Giorgi (bug 2201):stig1-18/+55
2008-02-07Removed even more "statement not reached" warnings.stig1-1/+0
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized gerald1-155/+159
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-05-22Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)sfisher1-0/+4
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.sfisher1-2/+2
2007-02-23From Morro Roberto:jake1-1/+1
2006-11-22From Cyril Margaria:etxrab1-46/+110
2006-11-13Add support for IPv4-Aggregate session/template/filter types.ashokn1-0/+75
2006-10-23Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)ashokn1-1/+7
2006-08-17Muthu Krishnan V <muthukrishnanv@gmail.com>jmayer1-2/+2
2006-07-13Francesco Fondelli:etxrab1-2/+97
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-07MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_infoulfl1-0/+1
2005-09-07From Manu Pathaksahlberg1-11/+403
2005-08-28Correct an eariler infinite loop fix. Fixes bug 382.gerald1-2/+2
2005-08-28add missing value_string terminationsahlberg1-1/+4
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-08various code cleanup:ulfl1-12/+8
2005-08-08Centralize the code to create the subtree for RSVP objects and to putguy1-416/+279
2005-08-05More char -> const char warning fixesjmayer1-4/+4
2005-08-04Increase the size of some variables, so that we don't overflow them. Fixesgerald1-9/+11
2005-07-25From Morro Roberto :etxrab1-54/+176
2005-07-24some more dissectors converted to ep_tvb_get_stringsahlberg1-4/+2
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...ulfl1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-35/+35
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-2/+2
2005-06-06From Richard Rabbat:etxrab1-7/+12
2005-05-02Break out of an infinite loop. Fixes bug 154.gerald1-0/+2
2005-04-22Fix for the previous fix.gerald1-2/+2
2005-04-22Fix an infinite loop in dissect_rsvp_gen_uni(). Fixes bug 90. Fix up agerald1-2/+10
2005-04-20Fix an infinite loop discovered during fuzz-testing.gerald1-2/+8
2005-04-18Detect an infinite loop in dissect_rsvp_ero_rro_subobjects(). Fixes bug 71.gerald1-0/+2
2005-03-28Minor change to Call-ID dissector to set up object line.ashokn1-1/+13