aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-scop.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-2/+2
Also (for a few files): - create/use some extended value strings; - remove unneeded #include files; - remove unneeded variable initialization; - re-order fcns slightly so prefs_reg_handoff...() at end, etc git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44438 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-03-06Use tvb_new_subset_remaining() rather than tvb_new_subset();wmeier1-6/+6
#include <styring.h> not req'd (in a few cases); Minor reformating & whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41374 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-8/+8
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
2010-09-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5173 :morriss1-6/+11
Don't call col_set_str() on a string returned from val_to_str() (which may be ep_ allocated). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34045 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-30Various:wmeier1-48/+42
1. Re-arrange proto_reg_handoff... code to follow the "standard idiom" for init/set of port prefs; 2. Define all fcns as static (except proto_register and proto_reg_handoff); 3. ethereal --> Wireshark; 4. Remove some uneeded/unused prototypes; 5. Fix a few function description comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34006 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-27From Owen Kirby via bug 5149:stig1-0/+431
Added a new dissector for SCoP. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33962 f5534014-38df-0310-8fa8-9805f1628bb7