aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-19Don't calculate checksum for ICMP packsets with a partial IP packet.Anders Broman1-1/+1
2013-03-18From beroset:Anders Broman1-10/+10
2012-12-08Convert IPv4 dissector to wmem - much bigger canarie in the coal mine, sinceEvan Huus1-10/+10
2012-11-26Fix uninitialized-variable bug.Guy Harris1-0/+1
2012-11-26If TSO support is enabled and, as a result, we assume an IP packet withGuy Harris1-26/+30
2012-11-12Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson1-19/+30
2012-10-08Continuation of r43335Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-17Fix errors in the packet length checks.Anders Broman1-2/+5
2012-09-17Add IPv6 heuristic.Anders Broman1-27/+78
2012-09-14Try to make the buildbot happy.Anders Broman1-2/+2
2012-09-14Heuristically dissect TIPC IP payloads.Anders Broman1-0/+42
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-2/+8
2012-08-03Move the list of AX.25 protocol IDs to epan/ax25_pids.h. Use it inGuy Harris1-0/+2
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-4/+4
2012-06-12Revert r41952Jörg Mayer1-8/+4
2012-06-12Manually revert r41953Jörg Mayer1-12/+2
2012-06-11Re-order 2 value_string arrays so that entries are in ascending order by value.Bill Meier1-12/+12
2012-06-11Don't define value_string arrays in a .h file (included in multiple places).Bill Meier1-41/+67
2012-06-11Create dscp_vals_ext value_str_ext (based upon dscp_vals); Use it as appropri...Bill Meier1-11/+15
2012-05-10Mention that dissect_ip_tcp_options() is used by more protocols than just IP ...Chris Maynard1-1/+2