Commit Graph

8 Commits

Author SHA1 Message Date
Guy Harris a8bc4a0d13 Rename the routines that handle dissector tables with unsigned integer
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.)

svn path=/trunk/; revision=35224
2010-12-20 05:35:29 +00:00
Kovarththanan Rajaratnam 17c9803cac Sanitize epan includes
svn path=/trunk/; revision=29499
2009-08-21 20:25:24 +00:00
Kovarththanan Rajaratnam 8b515e9340 Switch a bunch of dissectors over to using tvb_new_subset_remaining()
svn path=/trunk/; revision=29446
2009-08-16 12:36:22 +00:00
Kovarththanan Rajaratnam e971354a54 Don't guard col_set_str (COL_PROTOCOL) with col_check
svn path=/trunk/; revision=29340
2009-08-09 06:26:46 +00:00
Jaap Keuter 719238d3fd From Dan Gora:
This patch adds support for the I-TDM control protocol specified in PICMG SFP.1 chapter 3.12.  
This control protocol is used to "automatically" initialize new I-TDM data flows.

svn path=/trunk/; revision=28468
2009-05-25 06:50:34 +00:00
Stig Bjørlykke 4c4666e4a7 Indicate hexadecimal preferences.
svn path=/trunk/; revision=27651
2009-03-08 11:57:44 +00:00
Bill Meier 8a1333554b Add prefs callback so a pref change works...
Also: minor changes related to reg_handoff

svn path=/trunk/; revision=27238
2009-01-15 14:32:20 +00:00
Jaap Keuter e33b9d1de3 From Dan Gora:
A new protocol dissector for PICMG SFP.0 and SFP.1 I-TDM.  This dissector will only dissect 
the so-called 125usec modality of I-TDM currently.  I-TDM (Internal TDM) is a protocol used to
encapsulate voice traffic into ethernet frames and vise-versa. The protocol is not based upon
IP/UDP/TDP, but is a totally new protocol which uses MPLS.

svn path=/trunk/; revision=27237
2009-01-15 07:36:50 +00:00