aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-08checksum messages: use "[correct]" instead of "(correct)" and other "alike" m...Ulf Lamping1-2/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-35/+35
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-2/+2
2005-06-06From Richard Rabbat:Anders Broman1-7/+12
2005-05-02Break out of an infinite loop. Fixes bug 154.Gerald Combs1-0/+2
2005-04-22Fix for the previous fix.Gerald Combs1-2/+2
2005-04-22Fix an infinite loop in dissect_rsvp_gen_uni(). Fixes bug 90. Fix up aGerald Combs1-2/+10
2005-04-20Fix an infinite loop discovered during fuzz-testing.Gerald Combs1-2/+8
2005-04-18Detect an infinite loop in dissect_rsvp_ero_rro_subobjects(). Fixes bug 71.Gerald Combs1-0/+2
2005-03-28Minor change to Call-ID dissector to set up object line.Ashok Narayanan1-1/+13
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
2004-09-28Move various checksum routines and headers to epan.Guy Harris1-1/+1
2004-08-22We don't need a variable to hold the sequence number any more - justGuy Harris1-3/+1
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-3/+1
2004-07-23Trivial warning fixes:Jörg Mayer1-2/+2
2004-07-21From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris1-43/+263
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4609