aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rgmp.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13Use result of register_dissectorPeter Wu1-4/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-03-02[r,i]gmp: added reserved fieldDario Lombardo1-1/+7
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-12Fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-1/+2
2014-11-08Create real subdissectors to the IGMP protocol.Michael Mann1-16/+26
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-27/+40
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-10-28Based on RFC3488. This is a setup for RGMP dissection, a simple protocol bolt...Jaap Keuter1-0/+142