aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epmd.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04Fix checkAPIs errorsTomas Kukosa1-3/+3
svn path=/trunk/; revision=35831
2011-02-04Mark a parameter as unused.Jeff Morriss1-3/+3
svn path=/trunk/; revision=35821
2011-02-04Erlang Port Mapper Daemon protocol updated and Erlang Distribution Protocol ↵Tomas Kukosa1-152/+244
implemented svn path=/trunk/; revision=35819
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
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29340
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-10/+10
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
svn path=/trunk/; revision=26308
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-1/+1
When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length(). non heuristic dissectors svn path=/trunk/; revision=23405
2007-03-10From Joost Yervante Damad via bug 1383: support for Erlang Port Mapper DaemonJeff Morriss1-0/+321
message dissection. http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1383 svn path=/trunk/; revision=21016