aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-104/+99
2011-01-05From Francesco Fondelli:Anders Broman1-24/+223
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-11/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-346/+346
2010-04-30Revert rev 32519 for now: it is making the dissector bug a little too obvious...Jeff Morriss1-1/+3
2010-04-19If that should truly "never happen", use DISSECTOR_ASSERT_NOT_REACHED()Guy Harris1-3/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-03-07Make some constants float, as they're used to compute a value assignedGuy Harris1-6/+6
2010-03-06From Francesco Fondelli:Jaap Keuter1-16/+233
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...Bill Meier1-5/+5
2010-01-03Corrected abbrev for message-id ack.Stig Bjørlykke1-1/+1
2009-10-27From Francesco Fondelli:Anders Broman1-217/+338
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-04Init ett_... variables to -1Bill Meier1-2/+3
2009-07-16Use SE_COPY_ADDRESS instead of trying to attach ep_alloced data to anGerald Combs1-2/+1
2009-07-16Make sure some variables are initialized so that Valgrind quitsGerald Combs1-4/+3
2009-07-08From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-73/+73
2009-06-22From Kovarththanan Rajaratnam:Stig Bjørlykke1-325/+325
2009-01-27Fix some indentation ....Bill Meier1-175/+175
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-77/+77
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-2/+0
2008-08-14Use const with value_string array definitionsBill Meier1-18/+18
2008-07-22Add NULL termination element to value_string arraysBill Meier1-1/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-6/+15
2008-04-14From Roberto Morro (bug 2416):Stig Bjørlykke1-26/+446
2008-04-13From Giodi Giorgi (bug 2201):Stig Bjørlykke1-18/+55
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-1/+0
2007-11-16Fix a buffer overflow in the PPP dissector. Try to fix uninitialized Gerald Combs1-155/+159
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-22Fix for bug #1598 - add support for PRSVP (RSVP encapsulated in UDP port 3455)Stephen Fisher1-0/+4
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-2/+2
2007-02-23From Morro Roberto:Jaap Keuter1-1/+1
2006-11-22From Cyril Margaria:Anders Broman1-46/+110
2006-11-13Add support for IPv4-Aggregate session/template/filter types.Ashok Narayanan1-0/+75
2006-10-23Add support for dissecting RSVP E2E IGNORE proto packets (RFC3175)Ashok Narayanan1-1/+7
2006-08-17Muthu Krishnan V <muthukrishnanv@gmail.com>Jörg Mayer1-2/+2
2006-07-13Francesco Fondelli:Anders Broman1-2/+97
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-07MSVC don't like empty structs, add a dummy element to rsvp_session_ipv6_infoUlf Lamping1-0/+1
2005-09-07From Manu PathakRonnie Sahlberg1-11/+403
2005-08-28Correct an eariler infinite loop fix. Fixes bug 382.Gerald Combs1-2/+2
2005-08-28add missing value_string terminationRonnie Sahlberg1-1/+4
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-08various code cleanup:Ulf Lamping1-12/+8