aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hip.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-13hip: fix infinite loop in dissect_hip_tlvEvan Huus1-1/+1
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-194/+214
2014-08-09Clean up Internet checksum handling.Guy Harris1-13/+12
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-30/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki1-2/+2
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann1-3/+9
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-3/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-8/+8
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-19From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-4/+4
2012-04-18From Francisco Vidal Meca via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte1-2/+28
2012-04-16Make checkhf happy (a bad copy/paste ?)Alexis La Goutte1-1/+13
2012-04-16From Paco via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7111Alexis La Goutte1-1/+29
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-01-12Don't do fcn calls in arg of g_?to??(); Macro may very well eval args multipl...Bill Meier1-4/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-56/+56
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-19/+19
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2011-02-04From Samu Varjonen:Anders Broman1-2/+2
2011-02-03From Samu Varjonen:Jaap Keuter1-22/+41
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-06-04From Samu Varjonen: Whitespace cleanupBill Meier1-1175/+1176
2010-03-25From Samu Varjonen: "New patch to the locators"Bill Meier1-343/+369
2010-03-17Revert SVN #32222: The handling of TLVs within the "LOCATOR" TLV needs to be ...Bill Meier1-78/+56
2010-03-17From Samu Varjonen: Locator presentation change for HIP dissector.Bill Meier1-56/+78
2010-03-17Minor changes:Bill Meier1-103/+98
2009-12-02From Samu Varjonen:Jaap Keuter1-3/+6
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().Kovarththanan Rajaratnam1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-06-28Make dissector handle unexpected data better.Jaap Keuter1-9/+9
2009-06-15Trivial warning fixes:Jörg Mayer1-3/+3
2009-06-02packet_hip: (Minor): Remove unused data_handle; move proto_register... to jus...Bill Meier1-404/+400
2009-06-02Rewrote to add IPv6 addresses correctly and rewrote some proto_item_add_bytes()Stig Bjørlykke1-25/+43
2009-06-02Removed a unused preference setting, some unused includes andStig Bjørlykke1-27/+1
2009-06-02From Samu Varjonen via bug 3378:Stig Bjørlykke1-0/+1526