aboutsummaryrefslogtreecommitdiffstats
path: root/epan/next_tvb.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Another #define for old code.guy1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35225 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-3/+3
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-14No , at end of enumjmayer1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18463 f5534014-38df-0310-8fa8-9805f1628bb7
2006-06-13- "next tvb" list moved from h225 to new file next_tvb.[ch]kukosa1-0/+65
- h225 updated and regenerated - restore calling subdissectors for SNMP variables which was broken with new SNMP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18451 f5534014-38df-0310-8fa8-9805f1628bb7