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