aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fcels.c
AgeCommit message (Collapse)AuthorFilesLines
2007-04-25Fix the previous fix.guy1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21571 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-25Check that the addresses are FC addresses before looking at them.guy1-2/+13
If the address is an FC address, convert the data pointer to a guint8 *, as it's a void *. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21570 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-11move the ITL and the ITLQ structure to packet-scsi.h where it belongssahlberg1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19492 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-10-08fix the last remaining bitmap so it is dissected properly and remove the ↵sahlberg1-70/+85
last strcpy from els git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16161 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-08one more bitmap dissected properly and a few less strcpy()sahlberg1-24/+81
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16160 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-08one more bitfield properly dissected and some less strcpy()ssahlberg1-18/+79
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16159 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-08some more strcpy() removalssahlberg1-44/+149
and one more bitfield dissected properly only 157 strcpy()'s remain in epan/dissectors now down from 300+ in 0.10.12 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16158 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-05dissect one more bitfieldsahlberg1-68/+96
get rid of some strcpy() get rid of a temporary string git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16127 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-05add dissection of another bitfield and remove some strcpy()sahlberg1-44/+79
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16126 f5534014-38df-0310-8fa8-9805f1628bb7
2005-10-05rewrite dissection of service options flags to proper booleans and get rid ↵sahlberg1-37/+80
of some strcpy() calls. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16125 f5534014-38df-0310-8fa8-9805f1628bb7
2005-09-27remove all strcpy from fcelssahlberg1-111/+230
ito make it easier to read use doublespace to separate the items on the expansion line instead of ',' since so many of the strings contain spaces. cleanup fc slightly and remove a redundant parameter git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16019 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-08-27sprintf removalssahlberg1-25/+17
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15552 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-19/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15322 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-08various code cleanup:ulfl1-4/+0
-use g_snprintf instead of sprintf and snprintf -use g_strdup_printf where appropriate -remove #include "snprintf.h" (as only g_snprintf should be used) -replace some more alloc/realloc/calloc/free with their glib pendants git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15264 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26add iFCP ELS UNBIND dissectionsahlberg1-5/+55
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15087 f5534014-38df-0310-8fa8-9805f1628bb7
2005-07-26add decoding of ELS iFCP CBIND packetssahlberg1-0/+99
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15080 f5534014-38df-0310-8fa8-9805f1628bb7
2005-04-08From Neil Kettlesahlberg1-2/+9
Fix two potential buffer overflow bugs in fc els git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14027 f5534014-38df-0310-8fa8-9805f1628bb7
2005-02-02From Jon Ringle:etxrab1-5/+5
1) Added a setup_frame parameter to conversation_t 2) Used the conversation_t next to maintain a list of conversations with the same src/dest tuple but different setup_frame number. 3) Changed the signature of find_conversation() and conversation_new() to pass in the frame number. 4) Adjusted packet-sdp to select RTP conversation if both m=audio and m=image are present, and T.38 conversation if only m=image is present. I expect that RTP/T.38 dissecting to be better, but I don't have a way to generate T.38 packets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13243 f5534014-38df-0310-8fa8-9805f1628bb7
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-3/+3
pointers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12890 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+2003
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7