summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-flip.c
AgeCommit message (Collapse)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
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-09-15From Juha Siltanen :Sake Blok1-63/+91
When sorting a capture by protocol, some RTP packets are shown only as FLIP, even though the dissection windows shows the RTP tree. (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5215) svn path=/trunk/; revision=34128
2010-08-26From Juha Siltanen via bug 5144:Stig Bjørlykke1-12/+277
Added support for payload dissecting. svn path=/trunk/; revision=33928
2009-11-27col_clear() not req'd before col_add_fstr();Bill Meier1-11/+2
Remove unneeded forward reference; Fix typo in a comment. svn path=/trunk/; revision=31101
2009-11-25Fix compilation problems.Gerald Combs1-4/+4
svn path=/trunk/; revision=31070
2009-11-24From Juha Siltanen :Jaap Keuter1-0/+526
This is a patch for a new dissector that decodes Nokia Siemens Networks' proprietary Flow Layer Internal Protocol (Ethertype 0x8901). svn path=/trunk/; revision=31069