aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-21Typoetxrab1-1/+1
2011-11-21Get rid of Warnings.etxrab1-114/+114
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argwmeier1-29/+29
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-1/+0
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-6/+0
2011-02-10Use tvb_ip_to_str() and tvb_ether_to_str().morriss1-1/+1
2011-01-31#include <stdio.h>, #include <stdlib.h> not req'd;wmeier1-526/+524
2011-01-31From Roberto Morro: Fix for Bug #5628wmeier1-4/+11
2011-01-27From Roberto Morro: RSVP dissector enhancementswmeier1-302/+988
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-104/+99
2011-01-05From Francesco Fondelli:etxrab1-24/+223
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-11/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-346/+346
2010-04-30Revert rev 32519 for now: it is making the dissector bug a little too obvious...morriss1-1/+3
2010-04-19If that should truly "never happen", use DISSECTOR_ASSERT_NOT_REACHED()guy1-3/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-03-09Mark unused arguments.guy1-6/+6
2010-03-07Use strtok_s on windows and strtok_r otherwise.etxrab1-16/+233
2010-01-22Fixes for gcc -Wshadow warnings; Fix indentation and do other minor cleanup i...wmeier1-5/+5
2010-01-03Corrected abbrev for message-id ack.stig1-1/+1
2009-10-27From Francesco Fondelli:etxrab1-217/+338
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".wmeier1-1/+2
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
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