aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-redback.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-31From Florian Lohoff:sfisher1-28/+52
Updates to the redback dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22018 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21990 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-12from Florian Lohoffsahlberg1-6/+7
Hi, after using the redback dissector again i found some more protocol types: git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19209 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15844 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-01removed MSVC warnings:ulfl1-3/+3
packet-redback.c(63) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-redback.c(64) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-redback.c(65) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data packet-rmt-fec.c(108) : warning C4244: '=' : conversion from 'unsigned short ' to 'unsigned char ', possible loss of data git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13221 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.guy1-0/+154
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13212 f5534014-38df-0310-8fa8-9805f1628bb7