aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-24/+24
2007-04-16Fix a couple warningsJeff Morriss1-7/+7
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-26/+207
2007-03-29Fix some more warningsStephen Fisher1-1/+1
2007-03-29remove debugging printf() calls left in the code.Luis Ontanon1-6/+0
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-20/+70
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-37/+37
2007-03-22Mine:Luis Ontanon1-46/+82
2007-03-21packet_info.c and packet.cLuis Ontanon1-270/+235
2007-03-09GCC warning fixesJörg Mayer1-1/+1
2007-03-05prepare for in-tree call tracing of bssap and ranap.Luis Ontanon1-39/+66
2007-03-03Add an optional generated id to each association and have a tree with links t...Luis Ontanon1-33/+90
2007-01-19Fix the SCCP dissector so it doesn't show non-segmented DT1 messages asJeff Morriss1-10/+10
2007-01-19Reindent pretty heavily. It's still not 100% consistent but at least all theJeff Morriss1-459/+472
2006-12-26If p2p_dir isn't set (no message direction is configured) or no association i...Jeff Morriss1-31/+36
2006-09-14Jeff Morriss:Jörg Mayer1-32/+10
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-7/+7
2006-06-20From Albert Chin:Anders Broman1-15/+34
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-06Fix bug 851Anders Broman1-10/+28
2006-04-05Frof Jeff Morriss:Anders Broman1-31/+60
2006-03-29sccp - fix a typoAnders Broman1-1/+1
2006-03-11use se_trees instead of GHashTables,Luis Ontanon1-88/+110
2006-02-22Desegment DT1 messages.Anders Broman1-15/+54
2006-02-04Add SSN:s from 3GPP TS 23.003.Anders Broman1-1/+16
2006-01-31Display which dissector is linked to a ssn.Anders Broman1-1/+27
2006-01-20Handle sgmented XUDT:sAnders Broman1-1/+56
2006-01-19Dont dissect XDT data in case of Segmentation as that will give [Malformed pa...Anders Broman1-1/+84
2005-12-17Have tcap subdissectors registering using functions provided by tcap and tcap...Luis Ontanon1-15/+19
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-1/+0
2005-12-14Use src and dst instead of net_src.Anders Broman1-29/+35
2005-12-13handle sccp connections.Luis Ontanon1-38/+190
2005-08-19From Michael LumRonnie Sahlberg1-12/+31
2005-08-08various code cleanup:Ulf Lamping1-5/+1
2005-04-28Fix buffer overflow which is the cause of BUG 131.Michael Tüxen1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris1-0/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+2366