aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Explicitly display "Source or Destination Address/Host" like IPv4.cmaynard1-4/+4
2011-12-03Call tap_queue_packet() after pinfo data is updated. Also, like IPv4, displa...cmaynard1-10/+10
2011-12-03Some code needs to execute (potentially) whether the tree is NULL or not. Al...cmaynard1-3/+6
2011-12-03If a type 2 Mobile IP routing header is present, only set pinfo->dst if seg_l...cmaynard1-1/+2
2011-11-25Remove unused code (Add in Revision 836)alagoutte1-30/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.morriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argwmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-11Enable GeoIP lookups by default. Don't add GeoIP subtrees if we didn'tgerald1-1/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-25/+25
2011-10-06Assume all strings coming from GeoIP are ISO-8859-1. Fix IPv6gerald1-6/+6
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-43/+43
2011-10-05Fix GeoIP-sans-IPv6 compilation.gerald1-1/+1
2011-10-05Add GeoIP IPv6 database support. Tested with GeoIP 1.4.7, but oldergerald1-10/+279
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-3/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-4/+1
2011-06-09From Colin O'Flynn via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5980alagoutte1-3/+121
2011-05-12Prefix "fragments" with IPv6, as is done with IPv4.stig1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+7
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure themorriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-15/+15
2010-09-23Fix for bug 5252:jake1-2/+5
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-4/+4
2010-08-28Display 6to4 gateway IPv4 addresses and SLA IDs.gerald1-86/+152
2010-08-28De-obfuscate the Teredo client address and add a de-obfuscated port.gerald1-8/+43
2010-08-27Display Teredo encapsulated IPv4 server and client addresses.gerald1-1/+61
2010-08-24Display ISATAP encapsulated IPv4 addresses.gerald1-2/+33
2010-08-21Add a "summary in tree" option similar to v4.gerald1-4/+20
2010-08-21If we have something that looks like a stateless autoconfigurationgerald1-0/+42
2010-07-18Use correct length for the IPv6 item.stig1-4/+4
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-03Changed "reassembled_length" -> "reassembled.length".stig1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingstig1-0/+7
2009-12-10From Clif Bratcher:jake1-0/+6
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-11-13From Ivan Sy:jake1-3/+87
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-08-08From Ivan Sy:jake1-0/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-39/+38
2009-05-19Update IP protocol numbers according to current IANA registery.jake1-0/+2
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-14/+4
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-11-07Clean up indentation (just use two spaces in the big case statement forguy1-88/+94