aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hip.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-56/+56
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-19/+19
2011-04-18Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-4/+3
2011-02-04From Samu Varjonen:etxrab1-2/+2
2011-02-03From Samu Varjonen:jake1-22/+41
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-06-04From Samu Varjonen: Whitespace cleanupwmeier1-1175/+1176
2010-03-25From Samu Varjonen: "New patch to the locators"wmeier1-343/+369
2010-03-17Revert SVN #32222: The handling of TLVs within the "LOCATOR" TLV needs to be ...wmeier1-78/+56
2010-03-17From Samu Varjonen: Locator presentation change for HIP dissector.wmeier1-56/+78
2010-03-17Minor changes:wmeier1-103/+98
2009-12-02From Samu Varjonen:jake1-3/+6
2009-09-06Don't pass ep_alloc()'ed strings to col_set_str().krj1-1/+1
2009-08-21Sanitize epan includeskrj1-2/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-06-28Make dissector handle unexpected data better.jake1-9/+9
2009-06-15Trivial warning fixes:jmayer1-3/+3
2009-06-02packet_hip: (Minor): Remove unused data_handle; move proto_register... to jus...wmeier1-404/+400
2009-06-02Rewrote to add IPv6 addresses correctly and rewrote some proto_item_add_bytes()stig1-25/+43
2009-06-02Removed a unused preference setting, some unused includes andstig1-27/+1
2009-06-02From Samu Varjonen via bug 3378:stig1-0/+1526