aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-30Remove unused variable not found by MSVC2010EE but found by OSX buildbot.Chris Maynard1-1/+0
2012-04-30Add Selective Directed Broadcast (RFC 1770) IP option dissection support.Chris Maynard1-3/+40
2012-04-30Add MTU probe, MTU reply and Traceroute IP option dissection support.Chris Maynard1-17/+94
2012-04-30Add missing RFC791 PROG security definition. Reorder ipopts[] so it matches ...Chris Maynard1-13/+53
2012-04-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7064 :pascal1-59/+257
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-1/+1
2012-04-17From Jakub Zawadzki: fix, which changes types from FT_STRING to FT_DOUBLE. Fi...Anders Broman1-100/+61
2012-04-09Set the minimum length of the Internet Timestamp option to 4 bytes instead of...Chris Maynard1-7/+30
2012-04-05Use common code to have the same hf field for DSCP in IPv4 and IPv6.Anders Broman1-2/+12
2012-04-05Use common code to add ip version to the tree.Anders Broman1-4/+8
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-3/+3
2012-03-20Add Quick Start IPv6 Option ( And shared Quick Start option between IPv4/IPv6...Alexis La Goutte1-35/+2
2012-03-15FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-4/+4
2012-02-01Fix some typos.Chris Maynard1-7/+7
2011-11-26Don't pass 'len' to the dissect routine since we know there's only 1 byte pre...Chris Maynard1-1/+1
2011-11-26Add a few casts to try to make the buildbots happy.Chris Maynard1-4/+4
2011-11-26IP option improvements. While fixing bug 6561, I noticed some deficiencies i...Chris Maynard1-147/+575
2011-11-23Display protocol ID consistently in decimal throughout. Append each IP optio...Chris Maynard1-886/+888
2011-11-22For now, display the protocol in hexadecimal again so displaying it in decima...Chris Maynard1-1/+1
2011-11-21Fix potential infinite loop introduced with r39961 and find by the buildbot. ...Chris Maynard1-9/+11
2011-11-20Fix bug 6561: IPv4 UDP/TCP Checksum incorrect if routing header present.Chris Maynard1-26/+124
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-4/+4
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-11Enable GeoIP lookups by default. Don't add GeoIP subtrees if we didn'tGerald Combs1-4/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-05-12Use IPv4 as protocol name, to align with IPv6.Stig Bjørlykke1-15/+15
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2011-03-28Make ip.fragments an FT_BYTES field so a PDML Export will display the bytes inChris Maynard1-1/+1
2011-03-22Corrected hack for TAPA by checking for "not IPv4".Stig Bjørlykke1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2010-12-23Clean up indentation.Guy Harris1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-15/+15
2010-11-10Added hint about "TCP segmentation offload" when IP length == 0.Stig Bjørlykke1-5/+11
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-2/+3
2010-11-02From Simon Leinen:Jaap Keuter1-3/+4
2010-10-05Enable "Support packet-capture from IP TSO-enabled hardware" by default.Gerald Combs1-1/+1
2010-09-16Make "4 NOP in a row" work again after changing the NOP name for TCP and IPStig Bjørlykke1-2/+3
2010-09-10Only check for 4 NOP in a row within a uint32 boundary.Stig Bjørlykke1-2/+4
2010-09-10Follow TCP and expand description for "NOP" and "EOL" options to "No-Operatio...Stig Bjørlykke1-2/+2
2010-09-10Update dsfield ECN according to RFC3168.Stig Bjørlykke1-18/+20
2010-09-08Revert revision 33780, because the checksum is only calculatedStig Bjørlykke1-1/+1