Here is a patch to fix this warning while compiling: In file included from voip_calls.c:52: ../epan/dissectors/packet-isup.h:175:28: warning: no newline at end of file
Steve
Index: epan/dissectors/packet-isup.h =================================================================== --- epan/dissectors/packet-isup.h (revision 19637) +++ epan/dissectors/packet-isup.h (working copy) @@ -172,4 +172,4 @@ extern int dissect_codec_mode(proto_tree *tree, tvbuff_t *tvb, int offset, int len); -#endif /* PACKET_ISUP_H */ \ No newline at end of file +#endif /* PACKET_ISUP_H */
_______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
