aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ip.h
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs1-1/+0
dscp_vals_ext.) svn path=/trunk/; revision=43335
2012-06-12Revert r41952Jörg Mayer1-2/+0
BACKPORT to 1.8 svn path=/trunk/; revision=43222
2012-06-12Manually revert r41953Jörg Mayer1-1/+1
BACKPORT to 1.8 svn path=/trunk/; revision=43221
2012-06-11Use dscp_vals_ext everyplace (instead of dscp_vals);Bill Meier1-2/+1
(dscp_vals is now a static array in packet-ip.c) svn path=/trunk/; revision=43211
2012-06-11Create dscp_vals_ext value_str_ext (based upon dscp_vals); Use it as ↵Bill Meier1-0/+1
appropriate. Also: - use val_to_str_const() [instead of val_to_str()] in a few cases; - do some trivial formatting cleanup. svn path=/trunk/; revision=43204
2012-04-05Use common code to have the same hf field for DSCP in IPv4 and IPv6.Anders Broman1-0/+1
svn path=/trunk/; revision=41953
2012-04-05Use common code to add ip version to the tree.Anders Broman1-0/+2
svn path=/trunk/; revision=41952
2009-07-09Split packet-ip into packet-ip and packet-icmp.Stig Bjørlykke1-1/+2
Some cleanup in handles and ett entries. svn path=/trunk/; revision=29035
2009-05-20From Jakub Zawadzki via bug 3421:Gerald Combs1-2/+2
e_ip->ip_ttl is currently always set to 0, in attachment fix. I also (in same patch, sorry) submit cleanup to use ep_alloc() instead of static e_ip buffers, I didn't test it, but I hope it's ok. There's note about static buffers in doc/README.tapping, which should also be updated, but I don't feel so good with my English :) From me: Rename e_ip to ws_ip. Update the static buffers note in README.tapping. svn path=/trunk/; revision=28425
2006-12-19Correct a problem with media parameter dissection and add inforamtion about ↵Anders Broman1-1/+1
a number of packages. svn path=/trunk/; revision=20166
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+48
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410