aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-11 22:53:25 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-11 22:53:25 +0000
commit87768c664fec0d30a87ff8f4d2b13e4c4c3a73db (patch)
treedd085578a44c1ee48c8fe4f361678c74cdfb5cd4 /epan
parent46bafa43248ed8c41689c3cbccbe70a954fc9b37 (diff)
Start the function name on a new line to make it easier to search
svn path=/trunk/; revision=16757
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-skinny.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-skinny.c b/epan/dissectors/packet-skinny.c
index ee7bb6c5ae..20255a34b7 100644
--- a/epan/dissectors/packet-skinny.c
+++ b/epan/dissectors/packet-skinny.c
@@ -1188,7 +1188,8 @@ static guint get_skinny_pdu_len(tvbuff_t *tvb, int offset)
}
/* Dissect a single SCCP PDU */
-static void dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+static void
+dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int offset = 0;
@@ -2546,7 +2547,8 @@ static void dissect_skinny_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr
}
/* Code to actually dissect the packets */
-static void dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
+static void
+dissect_skinny(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
/* The general structure of a packet: {IP-Header|TCP-Header|n*SKINNY}
* SKINNY-Packet: {Header(Size, Reserved)|Data(MessageID, Message-Data)}