aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-12Rename g_resolv_flags --> gbl_resolv_flags; Also: cleanup some whitespace & ↵wmeier1-1/+1
indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34487 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Make value_string ipproto_val static; It should only be referenced using ↵wmeier1-1/+1
ipproto_val_ext git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34215 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23Whitespace cleanup: Convert "4 space tabs" to spaces.wmeier1-230/+230
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34212 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-22Use value_string_ext for ip protocol.etxrab1-143/+228
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32914 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422 From me: Fix a number of instances where the function prototype or the function definition wasn't changed so there was a mismatch thus causing Windows (but not gcc) compilation errors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32365 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32361 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-02From Yaniv Kaul: constify parameterswmeier1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32360 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-19Changed hf_ip_proto to use ipproto_val[].stig1-2/+2
Removed some unneeded includes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31017 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-19Update IP protocol numbers according to current IANA registery.jake1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28408 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-27Apply yet another set of the optimization patches:etxrab1-16/+14
- Use a fast path for the most common use of tvb_get_xxx functions: offset is >= 0 and tvb->real_data is set (this one is always true). - match_strval() is a linear search, put the most common protocols TCP/UDP/RDP first. - fix gtk1 g_strlcat declaration Use g_strlcat git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23285 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-12From Matthijs Mekking : standel1-0/+1
New dissector support, SHIM6 checked in with the following modifications : - use of proto_tree_add_item whenever possible (addition of several hf_items), - use distinct subtree idx for each subtree, - addition of some subtrees, - split shim_opts in several functions, - accurate incrementation of offset in locator preferences (in case of option length > 3) - add true_false_string for critical options and protocol differentiation (hip, shim6) - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info section added to AUTHORS git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21390 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-12-02add two new ip protocol numberssahlberg1-0/+2
from Jaap K git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16648 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-20Francesco Fondelli; Add dcp supportjmayer1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15897 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-08various code cleanup:ulfl1-5/+1
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-29Move various tables into the epan directory.guy1-0/+215
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12130 f5534014-38df-0310-8fa8-9805f1628bb7