aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-amqp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29346 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-07From Kovarththanan Rajaratnam:stig1-1055/+1054
Move hf/ett into proto_register_amqp() and do some field cleanup (duplicate name/blurb removal) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28981 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-18Get rid of a bunch of uses of size_t where int suffices.guy1-201/+201
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27786 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Revert the queueing --> queuing spelling changewmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27057 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27050 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-25remove unnecessary prefs registration since no prefs; minor cleanupwmeier1-10/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26075 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-14Get rid of a warning in gcc 4.3: An integer overflow will not cause a sign ↵jmayer1-1/+1
change git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25020 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-86/+86
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23192 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28From sahlberg1-306/+484
Martin Sustrik here's a patch to AMQP dissector. The only change is that when there are seceral AMQP frames in single TCP packet, all of them are referred in the info column. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21254 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-28From Sebastien Tandel:sfisher1-0/+0
Remove svn:executable on packet-amqp.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21247 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-26From sahlberg1-868/+1001
Martin Sustrik additions to AMQP dissector and prettifications to the information column git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21196 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-25Add a small example on how to prettify the AMQP dissectorsahlberg1-0/+27
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21175 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-25From Martin Sustriksahlberg1-0/+4922
New protocol: AMQP git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21174 f5534014-38df-0310-8fa8-9805f1628bb7