aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pim.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-6/+6
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-7/+7
2015-05-12PIM: Add PIM IP version field for PIMv1 tooAlexis La Goutte1-0/+2
2015-05-12PIM: Remove trailing whitespace before commaAlexis La Goutte1-32/+32
2015-05-12PIM: Enhance codeAlexis La Goutte1-82/+92
2015-05-12PIM: Remove proto_tree_add_textAlexis La Goutte1-21/+52
2015-05-12PIM: Remove proto_tree_add_textAlexis La Goutte1-21/+45
2015-05-06PIM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+12
2015-05-02Don't try checksumming if we didn't capture all the data to be checksummed.Guy Harris1-2/+4
2015-05-02Handle PIMvN, for N > 2, by just adding the checksum and subtree and bailing.Guy Harris1-25/+27
2015-05-02No need to call tvb_reported_length() twice.Guy Harris1-2/+2
2015-05-02Expand comments.Guy Harris1-8/+56
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-3/+3
2014-11-12Fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-11-12PIM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-11-08PIM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+2
2014-11-08Create real subdissectors to the IGMP protocol.Michael Mann1-16/+9
2014-11-05pim: BIDIR support (RFC 5015)Matthieu Texier1-9/+118
2014-10-14PIM: Disable unused pimbdirdfvals.Stig Bjørlykke1-1/+3
2014-10-13Aliging PIM hello message type to IANA in order to fix BUG 10231Matthieu Texier1-55/+134
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-10PIM: fix a copy/paster error introduced in gebff85fPascal Quantin1-1/+1
2014-08-09Clean up Internet checksum handling.Guy Harris1-12/+6
2014-07-05convert to proto_tree_add_subtree[_format]Michael Mann1-12/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-09-15A few more dissectors converted to wmemPascal Quantin1-10/+11
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-23/+14
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+3
2013-04-06Made IP address fields filterable as well as a few others.Michael Mann1-226/+405
2013-04-06Show the PIMv2 register flags in the correct tree.Jaap Keuter1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+2
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-19/+42
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-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-23/+23
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-3/+3
2011-02-23From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-16/+8
2011-01-15Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-21/+21
2011-01-13Don't (blindly) pass the result of match_strval() into proto_tree_add_*():Jeff Morriss1-5/+5
2010-12-20Fix warnings with format.Chris Maynard1-2/+5