aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-paltalk.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29344 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29340 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-11Fix use of "unaligned" memory references;wmeier1-7/+24
Fixes Bug #3689. Also: fix IPV4 address comparisons which would be incorrect on a big-endian machine. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29064 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21paltalk: minor cleanup:wmeier1-38/+30
- prefs registration not req'd (no prefs); - move hf[] & ett[] to be local to proto_register; - use std dissector format: move proto_register & proto_reg_handoff to end; - if (proto == -1) in proto_register not req'd; - if (! initialized) not req'd in proto_reg_handoff since no prefs callback. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28437 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21foo() and foo(void) might be the same in C++, but they're not the sameguy1-2/+2
in C. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28435 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-21From Mohammad Ebrahim Mohammadi Panah via bug 2954:gerald1-0/+133
I've developed a Wireshark dissector for Paltalk messenger protocol. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28434 f5534014-38df-0310-8fa8-9805f1628bb7