aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-itdm.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
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
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=29499
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=29446
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
svn path=/trunk/; revision=29340
2009-05-25From Dan Gora:Jaap Keuter1-13/+202
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-03-08Indicate hexadecimal preferences.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27651
2009-01-15Add prefs callback so a pref change works...Bill Meier1-3/+5
Also: minor changes related to reg_handoff svn path=/trunk/; revision=27238
2009-01-15From Dan Gora:Jaap Keuter1-0/+299
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