diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-05-01 21:18:10 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-05-01 21:18:10 +0000 |
commit | 8e9d0bd9b60de1194b66fe19c08db0a6401cde57 (patch) | |
tree | 41fdb79a638164f3fa5b6cfec324450dcc956622 /epan/Makefile.common | |
parent | e163f38b43216f633e856f79493e9662a3cbf466 (diff) | |
download | wireshark-8e9d0bd9b60de1194b66fe19c08db0a6401cde57.tar.gz wireshark-8e9d0bd9b60de1194b66fe19c08db0a6401cde57.tar.bz2 wireshark-8e9d0bd9b60de1194b66fe19c08db0a6401cde57.zip |
From metatech:
for the MQ dissector:
- PDU desegmentation;
- XA messages;
- Netbios, SPX, HTTP support;
- Subdissector table;
dissector for the MQ Programmable Command Formats protocol.
svn path=/trunk/; revision=10761
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r-- | epan/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common index fc7eb75616..00375e5cc1 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common,v 1.20 2004/04/30 17:07:21 obiot Exp $ +# $Id: Makefile.common,v 1.21 2004/05/01 21:18:10 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -308,6 +308,7 @@ DISSECTOR_SRC = \ ../packet-mpeg1.c \ ../packet-mpls.c \ ../packet-mq.c \ + ../packet-mq-pcf.c \ ../packet-mrdisc.c \ ../packet-msdp.c \ ../packet-msn-messenger.c \ |