aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-19Use new color_dissector_filters.[ch] to refactor (color) conversation generat...Michael Mann1-1/+1
2014-12-10Refactor "color" conversation filtersMichael Mann1-0/+16
2014-11-16Remove ipproto member of packet_info.Michael Mann1-3/+4
2014-11-13Add dissector table for sFlow header dissection.Michael Mann1-0/+2
2014-11-09Add subdissector table for MPLS PW Associated Channel TypeMichael Mann1-0/+1
2014-11-09Create a subdissector table for juniper payload protocols.Michael Mann1-0/+3
2014-10-13Eliminate proto_tree_add_text from IP dissectorsMichael Mann1-136/+119
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-4/+4
2014-08-21packet-erf: added dissector table for "erf.types.type" type field.Wasim Abu Moch1-0/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+25
2014-08-09Clean up Internet checksum handling.Guy Harris1-11/+1
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+28
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-17ip version and header-length are not full byte values. Show theJoerg Mayer1-5/+4
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+3
2014-05-19ip: display calculated checksumPeter Wu1-2/+15
2014-04-28Make a dissector table out of IPv6 Next header.Michael Mann1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01Disable IPv4 checksum verfification to match TCP and UDP.Gerald Combs1-1/+1
2014-02-25Fix packet-ip.c:579:9: error: will never be executed [-Werror,-Wunreachable-c...Alexis La Goutte1-1/+0
2013-12-21fix some warnings.Jakub Zawadzki1-2/+2
2013-12-14Fix warningsJakub Zawadzki1-0/+2
2013-12-07Fix some cases where STR_UNICODE was used with FT_DOUBLE.Guy Harris1-1/+1
2013-12-07Drop proto_tree_add_unicode_string() from IP, IPv6, JSON dissectors.Jakub Zawadzki1-18/+18
2013-12-03The ip.proto table isn't limited to the IPv4 dissector.Gerald Combs1-1/+1
2013-11-23Remove ip_ttl from packet_info structure.Michael Mann1-19/+14
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-0/+20
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-1/+1
2013-10-27Remove iplen and iphdrlen from struct _packet_info.Michael Mann1-4/+2
2013-10-25Make TAPA dissector heuristic instead of "ugly hack" now that IP dissector su...Michael Mann1-14/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-16/+11
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-09-11Rename frame relay NLPID dissector table from "fr.ietf" to "fr.nlpid".Chris Maynard1-1/+1
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-24/+8
2013-06-30Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a...Michael Mann1-8/+23
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-06-29Separate IP option header fields for each dissector that uses dissect_ip_tcp_...Michael Mann1-29/+28
2013-06-14Add heuristic capabilities to the IP dissector. The motivating factor was th...Michael Mann1-4/+18
2013-06-08Batch of filterable expert infos.Michael Mann1-52/+58
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-24Correctly label checksums not checked due to the packet in questionGuy Harris1-4/+9
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+6