Minor cleanup related to proto_register & proto_reg_handoff
[obnox/wireshark/wip.git] / epan / dissectors / packet-rsvp.c
2008-09-26 wmeierMinor cleanup related to proto_register & proto_reg_handoff
2008-08-14 wmeierUse const with value_string array definitions
2008-07-22 wmeierAdd NULL termination element to value_string arrays
2008-05-14 wmeierFix some of the Errors/warnings detected by checkapi.
2008-04-14 stigFrom Roberto Morro (bug 2416):
2008-04-13 stigFrom Giodi Giorgi (bug 2201):
2008-02-07 stigRemoved even more "statement not reached" warnings.
2007-11-16 geraldFix a buffer overflow in the PPP dissector. Try to...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-22 sfisherFix for bug #1598 - add support for PRSVP (RSVP encapsu...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-02-23 jakeFrom Morro Roberto:
2006-11-22 etxrabFrom Cyril Margaria:
2006-11-13 ashoknAdd support for IPv4-Aggregate session/template/filter...
2006-10-23 ashoknAdd support for dissecting RSVP E2E IGNORE proto packet...
2006-08-17 jmayerMuthu Krishnan V <muthukrishnanv@gmail.com>
2006-07-13 etxrabFrancesco Fondelli:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 guyMove a pile of protocol-related headers from the top...
2005-09-07 ulflMSVC don't like empty structs, add a dummy element...
2005-09-07 sahlbergFrom Manu Pathak
2005-08-28 geraldCorrect an eariler infinite loop fix. Fixes bug 382.
2005-08-28 sahlbergadd missing value_string termination
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-08 ulflvarious code cleanup:
2005-08-08 guyCentralize the code to create the subtree for RSVP...
2005-08-05 jmayerMore char -> const char warning fixes
2005-08-04 geraldIncrease the size of some variables, so that we don...
2005-07-25 etxrabFrom Morro Roberto :
2005-07-24 sahlbergsome more dissectors converted to ep_tvb_get_string
2005-07-08 ulflchecksum messages: use "[correct]" instead of "(correct...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-20 geraldFix a format string vulneratility in the AFP dissector...
2005-06-06 etxrabFrom Richard Rabbat:
2005-05-02 geraldBreak out of an infinite loop. Fixes bug 154.
2005-04-22 geraldFix for the previous fix.
2005-04-22 geraldFix an infinite loop in dissect_rsvp_gen_uni(). Fixes...
2005-04-20 geraldFix an infinite loop discovered during fuzz-testing.
2005-04-18 geraldDetect an infinite loop in dissect_rsvp_ero_rro_subobje...
2005-03-28 ashoknMinor change to Call-ID dissector to set up object...
2004-09-29 guyMove various tables into the epan directory.
2004-09-28 guyMove various checksum routines and headers to epan.
2004-08-22 guyWe don't need a variable to hold the sequence number...
2004-08-22 guyAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-23 jmayerTrivial warning fixes:
2004-07-21 guyFrom Roberto Morro: support for GMPLS UNI and E-NNI...
2004-07-18 gramMove dissectors to epan/dissectors directory.