wireshark/epan/dissectors
Anders Broman 61b223303a From Greg Morris:
Modification to (proto.h) is made to add an additional expert group type of PI_REQUEST_CODE to allow Request tag information to be passed to the expert tap. This is for such reasons where a dissector would like to echo specific information about certain types of requests. For example: NCP connection request is really a request not a REPLY_CODE. Same is true for the TCP SYN request.

Changes to packet-ncp.c
1. Server broadcast message flag. Now indicates if the message is a pending message or an oplock clear notification.
2. Cleanup of packet signature detection process. Previous method had some flaws so I redesigned it. Appears to be solid now.
3. Echo NCP Server Session information to expert tap.
 
Note on item #3: NCP Connection+Task = NCP Session, a Single connection can have many tasks. The server sees each connection/task as a unique session. For this reason the NCP session information is now echoed to the expert composite statistics so that you can easily identify the different NCP processes and sessions. It is important to NCP analysis to understand that each session is most likely a different program on the requesting host sharing the same NCP connection.
 
Changes to packet-ncp2222.inc
1. Comment out the echo of NCP connection info to expert tap. Replaced by NCP sessions.
2. Add displayEID in request decode (resolves Coverity defect for dead code in NCP dissector)
 
Changes to ncp2222.py
1. Fix for endian display of bindery object type in NCP 0x1720.
2. Fix for size of bindery object type to 2 bytes instead of 4 to match other bindery NCP's.

svn path=/trunk/; revision=17636
2006-03-15 18:56:35 +00:00
..
dcerpc remove the old dssetup since we now generate it using pidl 2005-10-11 09:32:49 +00:00
pidl Update from samba tree revision 12488 to 12669 2006-01-01 23:14:44 +00:00
Makefile.am Remove/replace SPACES at the beginning of Makefile.am/Makefile.common 2005-07-12 12:44:42 +00:00
Makefile.common use se_trees instead of GHashTables, 2006-03-11 15:30:52 +00:00
Makefile.nmake From Paolo Abeni: 2006-02-06 09:09:06 +00:00
format-oid.h Move def of subid_t to format-oid.h don't include asn1.h in cops any more. 2005-11-08 22:18:06 +00:00
make-reg-dotc Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
make-reg-dotc.py Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
ncp2222.py From Greg Morris: 2006-03-15 18:56:35 +00:00
packet-3com-njack.c Change port define to something more readable 2006-02-05 03:38:50 +00:00
packet-3com-xns.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-3g-a11.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-9p.c From Nils O. Sel?sdal: 2005-05-03 05:22:43 +00:00
packet-MAP_DialoguePDU.c Re-generate one more BER dissector. 2005-12-09 03:24:52 +00:00
packet-MAP_DialoguePDU.h Re-generate one more BER dissector. 2005-12-09 03:24:52 +00:00
packet-aarp.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-acap.c
packet-acp133.c Add the actual dissector, win makefile and update the asn1 makefile. 2006-03-05 18:39:53 +00:00
packet-acp133.h Add the actual dissector, win makefile and update the asn1 makefile. 2006-03-05 18:39:53 +00:00
packet-acse.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-acse.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-actrace.c Give them RCS IDs. 2005-09-20 22:52:31 +00:00
packet-actrace.h Give them RCS IDs. 2005-09-20 22:52:31 +00:00
packet-afp.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-afp.h Win32: exported DATA must be declared with ETH_VAR_IMPORT to be available from outside the lib 2005-08-20 15:19:31 +00:00
packet-afs.c remove some strcpy() with g_snprintf() 2005-09-21 15:38:12 +00:00
packet-afs.h
packet-aim-admin.c From Jelmer Vernooij: 2004-09-22 08:04:40 +00:00
packet-aim-adverts.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-bos.c If a given TLV type isn't found in an aim_tlv table, just use "Unknown" 2005-01-17 08:13:02 +00:00
packet-aim-buddylist.c Remove the include of <epan/prefs.h> from files that don't call any 2004-10-23 09:20:39 +00:00
packet-aim-chat.c Again, some warnings removed. 2004-12-25 18:35:21 +00:00
packet-aim-chatnav.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-directory.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-email.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-generic.c Remove the include of <epan/prefs.h> from files that don't call any 2004-10-23 09:20:39 +00:00
packet-aim-icq.c char -> const char warning fixes 2005-07-26 08:01:16 +00:00
packet-aim-invitation.c From Jelmer Vernooij: 2004-09-22 08:04:40 +00:00
packet-aim-location.c If a given TLV type isn't found in an aim_tlv table, just use "Unknown" 2005-01-17 08:13:02 +00:00
packet-aim-messaging.c fix value_string termination 2005-08-28 01:35:29 +00:00
packet-aim-oft.c a lot of warnings removed, most of them about pointer to int casts without using the appropriate GLib macros 2004-12-25 13:49:30 +00:00
packet-aim-popup.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-signon.c If a given TLV type isn't found in an aim_tlv table, just use "Unknown" 2005-01-17 08:13:02 +00:00
packet-aim-ssi.c If a given TLV type isn't found in an aim_tlv table, just use "Unknown" 2005-01-17 08:13:02 +00:00
packet-aim-sst.c From Jelmer Vernooij: 2004-09-22 08:04:40 +00:00
packet-aim-stats.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-translate.c From Jelmer Vernooij: 2004-09-21 08:01:29 +00:00
packet-aim-userlookup.c From Jelmer Vernooij: 2004-09-22 08:04:40 +00:00
packet-aim.c potential dereference of null pointer 2006-03-07 21:18:08 +00:00
packet-aim.h char -> const char warning fixes 2005-07-26 08:01:16 +00:00
packet-ajp13.c removal of sprintf 2005-08-20 22:06:31 +00:00
packet-alcap.c give se_trees names so that it is easier to debug and to log how often certain trees are accessed 2006-03-11 13:02:41 +00:00
packet-alcap.h Keep a hash of call legs indexed by nsap:sugr and separate the leg tree code so that it can be called from others. 2005-12-28 19:38:33 +00:00
packet-amr.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-ans.c Squelch various signed vs. unsigned warnings by: 2005-07-09 00:53:17 +00:00
packet-ansi_637.c another switch that should be a value_string 2005-09-02 09:28:30 +00:00
packet-ansi_683.c Fix >2600 warnings by doing char -> const char changes. 2005-07-27 07:57:01 +00:00
packet-ansi_801.c Fix >2600 warnings by doing char -> const char changes. 2005-07-27 07:57:01 +00:00
packet-ansi_a.c Remove MIN and MAX defines, which GLib provides. 2006-03-09 16:00:33 +00:00
packet-ansi_a.h
packet-ansi_map.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-ansi_map.h
packet-aodv.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-aoe.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-ap1394.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-ap1394.h
packet-app-pkix-cert.c Give it an RCS ID. 2005-09-20 22:55:48 +00:00
packet-arcnet.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-arcnet.h
packet-armagetronad.c Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-arp.c replace a strcpy with g_snprintf so it will not show up in grep strcpy *.c 2005-10-16 00:33:00 +00:00
packet-arp.h Fix >2600 warnings by doing char -> const char changes. 2005-07-27 07:57:01 +00:00
packet-aruba-adp.c Squelch various signed vs. unsigned warnings by: 2005-07-09 00:53:17 +00:00
packet-asap.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-ascend.c Export two versions of the Ethereal dissector, for use with encapsulated 2004-11-24 09:13:52 +00:00
packet-asf.c ASF messages are in big-endian byte order, not little. From Alert 2006-02-10 04:45:32 +00:00
packet-atalk.c From Didier 2005-10-13 05:23:01 +00:00
packet-atalk.h Some 'no previous declararion' warning fixes 2005-08-14 23:25:20 +00:00
packet-atm.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-atm.h
packet-auto_rp.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-ax4000.c Add protocol 0xad as AX/4000 Testframe. 2004-08-07 00:11:16 +00:00
packet-bacapp.c Bill Meier: More spelling fixes 2006-01-06 03:26:45 +00:00
packet-bacapp.h Steve Karg: 2006-01-05 18:53:22 +00:00
packet-bacnet.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-beep.c some more gmemchunk -> se_alloc() improvements 2005-08-12 10:21:14 +00:00
packet-ber.c coverity bug 68 2006-03-14 07:47:19 +00:00
packet-ber.h add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integers. 2006-02-28 09:39:53 +00:00
packet-bfd.c Properly terminate a value string. Fixes a current Buildbot complaint. 2006-02-27 15:39:08 +00:00
packet-bgp.c From RABRET Laurent RD-MAPS-ISS: 2006-03-15 18:53:54 +00:00
packet-bgp.h From Hannes Gredler: 2005-10-11 05:23:27 +00:00
packet-bittorrent.c From John Sullivan: 2005-12-19 06:48:07 +00:00
packet-bofl.c
packet-bootp.c Display more info for some PXE DHCP options: 2006-03-09 04:31:10 +00:00
packet-bootparams.c
packet-bootparams.h
packet-bpdu.c from kirby files 2006-02-22 08:39:06 +00:00
packet-brdwlk.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-bssap.c remove some unusued parameters 2006-03-11 12:33:15 +00:00
packet-bssap.h
packet-bssgp.c CID4 and CID3 Change 2006-03-08 18:58:08 +00:00
packet-bvlc.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-camel.c Fix a typo 2006-01-31 18:35:36 +00:00
packet-camel.h From Olivier Jacques, 2006-01-07 11:10:50 +00:00
packet-cast.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-ccsds.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-cdp.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-cdt.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cdt.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cgmp.c
packet-chdlc.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-chdlc.h
packet-cigi.c When checking whether a packet is for a protocol or not, make sure the 2005-12-08 10:56:51 +00:00
packet-cimd.c from albert chin 2005-11-10 21:50:30 +00:00
packet-cimd.h From Piros Lucian: 2005-09-13 04:51:49 +00:00
packet-cip.c ememify cip 2005-08-14 05:54:54 +00:00
packet-cip.h From Magnus Hansson: move CIP protocol to own dissector (we forgot to 2004-09-23 22:36:01 +00:00
packet-cisco-oui.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-cisco-wireless.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-clearcase.c
packet-clearcase.h
packet-clip.c
packet-clip.h
packet-clnp.c Fix missing brackets in if statement. 2006-01-28 22:34:22 +00:00
packet-cmip.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cmip.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cmp.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cmp.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-cms.c Squelch some compiler const vs. non-const warnings. 2005-12-06 22:59:30 +00:00
packet-cms.h Squelch some compiler const vs. non-const warnings. 2005-12-06 22:59:30 +00:00
packet-cops.c Add PacketCable Multimedia updates. Sponsored by CableLabs. 2006-02-09 19:41:20 +00:00
packet-cosine.c Motonori Shindo: 2005-02-03 23:24:08 +00:00
packet-cpfi.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-cpha.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-crmf.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-crmf.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-csm-encaps.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-cups.c char -> const char warning fixes 2005-07-28 07:53:38 +00:00
packet-daap.c The real problem is that iTunes requests gzipped data and responds with 2005-08-16 02:04:02 +00:00
packet-dap.c From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-dap.h From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-data.c
packet-data.h From Lars Roland: With this patch print.(c/h) and ps.(c/h) don't belong to 2004-07-29 00:11:14 +00:00
packet-dccp.c From Jaap Keuter: 2005-12-16 16:31:46 +00:00
packet-dccp.h
packet-dcerpc-afs4int.c Throw an exception if our ACL length is flat-out wrong. 2005-09-19 17:50:38 +00:00
packet-dcerpc-atsvc.c The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates 2005-12-10 22:42:19 +00:00
packet-dcerpc-atsvc.h Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors. 2005-09-16 08:55:51 +00:00
packet-dcerpc-bossvr.c
packet-dcerpc-browser.c Make sure dissect_browser_TYPE_12_data() returns the right value. Catch 2005-06-15 22:08:43 +00:00
packet-dcerpc-browser.h
packet-dcerpc-budb.c convert two other autogenerated dissectors to use FT_GUID 2005-07-13 08:24:05 +00:00
packet-dcerpc-budb.h Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-dcerpc-butc.c use a bitmap for the restore flags so the dissection is prettier 2005-02-04 05:26:51 +00:00
packet-dcerpc-butc.h Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-dcerpc-cds_clerkserver.c
packet-dcerpc-cds_solicit.c
packet-dcerpc-conv.c
packet-dcerpc-cprpc_server.c
packet-dcerpc-dce122.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-dcerpc-dce122.h
packet-dcerpc-dcom.h
packet-dcerpc-dfs.c
packet-dcerpc-dfs.h
packet-dcerpc-dnsserver.c Move a bunch of stuff that's more Windows-related than SMB-related to 2004-08-03 02:28:49 +00:00
packet-dcerpc-dnsserver.h
packet-dcerpc-drsuapi.c make idl2eth generate FT_GUID hf fields for uuid_t and GUID types. 2005-07-13 08:00:15 +00:00
packet-dcerpc-drsuapi.h decode some more of drsuapi 2005-03-16 11:29:09 +00:00
packet-dcerpc-dssetup.c The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates 2005-12-10 22:42:19 +00:00
packet-dcerpc-dssetup.h add new autogenerated dssetup 2005-10-11 09:32:09 +00:00
packet-dcerpc-dtsprovider.c
packet-dcerpc-dtsstime_req.c
packet-dcerpc-efs.c bugfix to idl2eth : handle the case when pointers were not explicitely specified 2005-03-19 09:11:56 +00:00
packet-dcerpc-efs.h bugfix to idl2eth : handle the case when pointers were not explicitely specified 2005-03-19 09:11:56 +00:00
packet-dcerpc-epm.c Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
packet-dcerpc-eventlog.c Move a bunch of stuff that's more Windows-related than SMB-related to 2004-08-03 02:28:49 +00:00
packet-dcerpc-eventlog.h
packet-dcerpc-fldb.c Change the field description to match the field name. 2005-08-29 15:00:24 +00:00
packet-dcerpc-frsapi.c
packet-dcerpc-frsapi.h
packet-dcerpc-frsrpc.c
packet-dcerpc-frsrpc.h
packet-dcerpc-ftserver.c
packet-dcerpc-icl_rpc.c
packet-dcerpc-initshutdown.c The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates 2005-12-10 22:42:19 +00:00
packet-dcerpc-initshutdown.h regenerate the pidl dissectors with the latest version of pidl so it will put the text representation of DOS errors in the decode as well. 2005-12-02 10:54:05 +00:00
packet-dcerpc-krb5rpc.c
packet-dcerpc-llb.c
packet-dcerpc-lsa.c lookupnames2 takes a different sid structure compared to lookupnames 2006-03-15 08:26:21 +00:00
packet-dcerpc-lsa.h rename lsa_dissect_LSA_SECURITY_DESCRIPTOR to lsa_dissect_sec_desc_buf 2005-01-30 13:00:35 +00:00
packet-dcerpc-mapi.c the unknown stuff in the decrypted blobs in mapi are just uninitialized buffer padding so dont show them in the decode tree 2005-03-04 11:08:03 +00:00
packet-dcerpc-mapi.h
packet-dcerpc-messenger.c Move prefs.c and prefs.h into the epan subdirectory. 2004-09-27 22:55:15 +00:00
packet-dcerpc-mgmt.c
packet-dcerpc-ndr.c Use the 64-bit integer fetch routines to support 64-bit NDR integers. 2005-01-29 20:39:14 +00:00
packet-dcerpc-netlogon.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-dcerpc-netlogon.h
packet-dcerpc-nspi.c
packet-dcerpc-nt.c fix a potential assignment of a wild pointer 2006-03-07 20:52:23 +00:00
packet-dcerpc-nt.h in smb2 the file handles are not normal context handles they are just a guid 2005-11-11 22:12:10 +00:00
packet-dcerpc-pnp.c from JBM 2006-02-05 03:11:13 +00:00
packet-dcerpc-pnp.h from JBM 2006-02-05 03:11:13 +00:00
packet-dcerpc-rdaclif.c
packet-dcerpc-rep_proc.c
packet-dcerpc-roverride.c
packet-dcerpc-rpriv.c
packet-dcerpc-rras.c From Jean-Baptiste Marchand: stub dissectors for rras and pnp MSRPC 2005-01-20 05:06:38 +00:00
packet-dcerpc-rras.h From Jean-Baptiste Marchand: stub dissectors for rras and pnp MSRPC 2005-01-20 05:06:38 +00:00
packet-dcerpc-rs_acct.c
packet-dcerpc-rs_attr.c
packet-dcerpc-rs_attr_schema.c
packet-dcerpc-rs_bind.c
packet-dcerpc-rs_misc.c
packet-dcerpc-rs_pgo.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-dcerpc-rs_plcy.c
packet-dcerpc-rs_prop_acct.c
packet-dcerpc-rs_prop_acl.c
packet-dcerpc-rs_prop_attr.c
packet-dcerpc-rs_prop_pgo.c
packet-dcerpc-rs_prop_plcy.c
packet-dcerpc-rs_pwd_mgmt.c
packet-dcerpc-rs_repadm.c
packet-dcerpc-rs_replist.c
packet-dcerpc-rs_repmgr.c
packet-dcerpc-rs_unix.c
packet-dcerpc-rsec_login.c
packet-dcerpc-samr.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-dcerpc-samr.h break out the nt decryption and password handling into a separate function 2004-08-31 08:30:58 +00:00
packet-dcerpc-secidmap.c
packet-dcerpc-spoolss.c Don't ensure all the bytes of a security descriptor exist before calling 2005-10-04 10:23:40 +00:00
packet-dcerpc-spoolss.h
packet-dcerpc-srvsvc.c rename lsa_dissect_LSA_SECURITY_DESCRIPTOR_data to lsa_dissect_sec_desc_buf_data 2005-01-30 12:38:38 +00:00
packet-dcerpc-srvsvc.h
packet-dcerpc-svcctl.c Move a bunch of stuff that's more Windows-related than SMB-related to 2004-08-03 02:28:49 +00:00
packet-dcerpc-svcctl.h
packet-dcerpc-tapi.c Move a bunch of stuff that's more Windows-related than SMB-related to 2004-08-03 02:28:49 +00:00
packet-dcerpc-tapi.h
packet-dcerpc-tkn4int.c
packet-dcerpc-trksvr.c Move a bunch of stuff that's more Windows-related than SMB-related to 2004-08-03 02:28:49 +00:00
packet-dcerpc-ubikdisk.c
packet-dcerpc-ubikvote.c
packet-dcerpc-update.c
packet-dcerpc-winreg.c The Bitmap routine in lib/Parse/Pidl/Ethereal/NDR.pm in Pidl generates 2005-12-10 22:42:19 +00:00
packet-dcerpc-winreg.h prettification and updates to winreg 2005-11-29 03:19:52 +00:00
packet-dcerpc-wkssvc.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-dcerpc-wkssvc.h
packet-dcerpc.c Remove MIN and MAX defines, which GLib provides. 2006-03-09 16:00:33 +00:00
packet-dcerpc.h char -> const char warning fixes 2005-07-26 08:01:16 +00:00
packet-dcm.c packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-dcom-cba-acco.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-dcom-cba-acco.h Create packet-dcom-cba-acco.h 2005-07-30 07:08:04 +00:00
packet-dcom-cba.c bugfix: remove some not required dissect_dcom_that() calls, as "ORPC that" was errorneously dissected twice 2005-05-31 18:30:37 +00:00
packet-dcom-dispatch.c renamed all DCOM related interface dissectors from packet-dcerpc-... to packet_dcom_... and add DCOM IDispatch dissector (incomplete, but better than nothing... ;-) 2004-12-19 14:08:03 +00:00
packet-dcom-oxid.c dissect ServerAlive response 2005-05-24 19:57:37 +00:00
packet-dcom-remact.c better dissect ProtSeqs values 2005-05-31 18:31:27 +00:00
packet-dcom-remunkn.c increment index of IID's in COL_INFO 2005-09-13 18:39:26 +00:00
packet-dcom-sysact.c dissect ORPC this/that of RemoteCreateInstance 2005-05-24 19:59:20 +00:00
packet-dcom.c remove two redundant strcpy so they dont show up as noice for grep strcpy *.c 2005-10-15 23:26:32 +00:00
packet-dcom.h char -> const char warning fixes 2005-07-26 08:01:16 +00:00
packet-dcp.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-dcp.h Francesco Fondelli; Add dcp support 2005-09-20 15:18:28 +00:00
packet-ddtp.c
packet-ddtp.h
packet-dec-bpdu.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-dec-dnart.c Fix an ftsanity.py error. 2005-11-07 21:58:27 +00:00
packet-dhcp-failover.c Use the new "proto_tree_add_*_format_value" routines. 2006-02-16 11:43:38 +00:00
packet-dhcpv6.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-diameter-defs.h Make 3gpp AVP:s Vendor specific 2006-03-02 21:19:25 +00:00
packet-diameter.c from Martim Mattieson: 2006-03-15 18:55:12 +00:00
packet-diffserv-mpls-common.c
packet-diffserv-mpls-common.h
packet-dis-enums.c Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis-enums.h Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis-fields.c Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis-fields.h Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis-pdus.c Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis-pdus.h Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-dis.c Give them RCS IDs. 2005-09-20 22:51:42 +00:00
packet-disp.c From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-disp.h From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-distcc.c Add length checks so that we don't overflow buffers. 2005-04-04 21:44:53 +00:00
packet-dlsw.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-dnp.c swap Trip/Close as per bug 579 2005-12-13 06:36:30 +00:00
packet-dns.c Fix for bug 724: DNS dissector fails in handling the sign of Altitude in LOC type response (RFC1867) 2006-02-21 08:14:11 +00:00
packet-dns.h improve get_dns_name now that we have cheap emem allocated buffers 2005-10-08 12:31:06 +00:00
packet-dop.c From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-dop.h From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-dsi.c rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer 2005-08-10 13:41:13 +00:00
packet-dsp.c Commit the actual diissectors: 2005-12-08 06:43:01 +00:00
packet-dsp.h Commit the actual diissectors: 2005-12-08 06:43:01 +00:00
packet-dtp.c Port some information from yersinia 2005-12-11 22:52:20 +00:00
packet-dua.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-dvmrp.c Move various tables into the epan directory. 2004-09-29 00:52:45 +00:00
packet-dvmrp.h
packet-e164.c
packet-e164.h
packet-e212.c Actually use the valuestring... 2006-01-29 22:12:26 +00:00
packet-e212.h Trivial warning fix (no newline at end of file) 2006-02-05 11:46:00 +00:00
packet-eap.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-eapol.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-echo.c Squelch various signed vs. unsigned warnings by: 2005-07-09 00:53:17 +00:00
packet-edonkey.c From Jhon Sullivan: 2006-03-06 06:19:11 +00:00
packet-edonkey.h From Jhon Sullivan: 2006-03-06 06:19:11 +00:00
packet-eigrp.c Remove leftover debugging code. 2005-04-20 19:50:11 +00:00
packet-enc.c Clean up capture_enc(), export it, and use it in the capture window. 2005-12-06 22:56:37 +00:00
packet-enc.h Clean up capture_enc(), export it, and use it in the capture window. 2005-12-06 22:56:37 +00:00
packet-enip.c From jaap Keuter: 2005-12-20 18:38:13 +00:00
packet-enrp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-esis.c Have show_exception() take a "const char *" as its exception message, 2005-09-28 16:16:37 +00:00
packet-esis.h
packet-ess.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ess.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-eth.c add an expansion to ethernet source and destination addresses 2006-02-23 09:54:08 +00:00
packet-eth.h Not everything that uses "capture_eth()" includes "capture.h" (the ATM 2005-02-24 05:42:51 +00:00
packet-etheric.c Change the name of 'isup_calling_partys_category_value'. 2005-11-29 18:58:18 +00:00
packet-etherip.c Export two versions of the Ethereal dissector, for use with encapsulated 2004-11-24 09:13:52 +00:00
packet-ethertype.c Add ethertypes and value_str for IEC 61850 2006-01-17 21:50:43 +00:00
packet-extreme.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-fc.c remove all strcpy from fcels 2005-09-27 08:03:13 +00:00
packet-fc.h From Dinesh G Dutt 2005-09-14 18:40:16 +00:00
packet-fcbls.h
packet-fcct.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-fcct.h From Dinesh G Dutt 2005-09-14 18:40:16 +00:00
packet-fcdns.c remove some strcpy() and some buffers. 2005-10-27 08:18:59 +00:00
packet-fcdns.h
packet-fcels.c fix the last remaining bitmap so it is dissected properly and remove the last strcpy from els 2005-10-08 10:24:31 +00:00
packet-fcels.h add iFCP ELS UNBIND dissection 2005-07-26 10:01:42 +00:00
packet-fcfcs.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-fcfcs.h
packet-fcfzs.c remove some strcpy 2005-10-27 08:35:44 +00:00
packet-fcfzs.h
packet-fcip.c some implementations do provide a CRC in the FCIP frame so skip the 2005-06-27 08:27:49 +00:00
packet-fclctl.c get rid of some strcpy 2005-10-27 09:35:14 +00:00
packet-fclctl.h Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-fcp.c The task management flags in FCP are very useful to display since they convey that something real bad has happened. 2006-02-23 22:03:55 +00:00
packet-fcp.h
packet-fcsb3.c remove a buffer from the stack and some strcpy() 2005-10-25 10:38:36 +00:00
packet-fcsb3.h
packet-fcsp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-fcswils.c packet-fcswils.c: Fix incorrect use of g_snprintf return 2006-01-17 10:56:06 +00:00
packet-fcswils.h From Dinesh G Dutt 2005-09-14 18:40:16 +00:00
packet-fddi.c several times replacing: 2005-08-18 19:31:15 +00:00
packet-fddi.h
packet-fix.c fix# 733: don't crash on unknown msg_types 2006-02-09 21:02:02 +00:00
packet-fr.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-fr.h Add a capture_fr() routine when capturing on Frame Relay. 2005-03-21 03:55:50 +00:00
packet-frame.c SCSI is fairly unique among the ethereal protocols in that it is sometimes normal for a PDU we receive back froma device to be truncated. 2006-03-13 10:29:00 +00:00
packet-frame.h From Stig B 2005-12-16 00:32:12 +00:00
packet-ftam.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ftam.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ftbp.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ftbp.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ftp.c replace g_malloc() with ep_alloc() for ftp and sdp 2005-08-17 08:50:04 +00:00
packet-fw1.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-g723.c Packet-bssap.c - Dissect BCD coded IE:s 2006-02-07 19:29:51 +00:00
packet-gift.c
packet-giop.c Trivial warning fixes 2005-11-22 12:51:14 +00:00
packet-giop.h From W. Borgert: 2005-08-11 20:14:41 +00:00
packet-gmrp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-gnm.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-gnm.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-gnutella.c Make some funtions static. More char -> const char warning fixes 2005-07-30 01:01:02 +00:00
packet-gnutella.h Add a URL for Gnutella specs. 2005-01-31 00:28:02 +00:00
packet-gprs-llc.c From Rene Pilz: 2005-10-12 05:34:36 +00:00
packet-gprs-ns.c
packet-gre.c From: Deepak Jain 2005-12-09 16:14:42 +00:00
packet-gsm_a.c From Florent.Drouin@alcatel.fr 2006-02-18 23:29:51 +00:00
packet-gsm_a.h Dissect channel needed. 2006-02-07 04:57:30 +00:00
packet-gsm_map.c Remove c++ style comment. 2006-02-19 10:17:07 +00:00
packet-gsm_map.h Dissect: 2006-01-20 19:41:31 +00:00
packet-gsm_sms.c Fix Coverity run 12, CID 104: Don't overflow a guint8, and don't read past 2006-03-07 19:53:57 +00:00
packet-gsm_sms.h
packet-gsm_sms_ud.c Have show_exception() take a "const char *" as its exception message, 2005-09-28 16:16:37 +00:00
packet-gsm_ss.c Get rid of an unused variable. 2005-12-18 10:51:41 +00:00
packet-gsm_ss.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-gssapi.c remove some proto_tree_add_text and replace with proto_tree_add_item() for the TSIG dissection in dns. 2005-12-25 12:03:18 +00:00
packet-gssapi.h Fix the declaration of gssapi_lookup_oid_str() to match its definition. 2005-11-14 10:49:13 +00:00
packet-gtp.c From Peter Kovar: Fix the typo referenced in bug 577. 2005-11-08 15:28:15 +00:00
packet-gvrp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-h1.c using heur_dissector_add("cotp_is") doesn't seem to be enough, if H1 is used over TCP/TPKT (RFC1006). Add heur_dissector_add("cotp") so it will be dissected correctly, hopefully this won't introduce new problems with other "cotp" heuristics ... 2005-09-17 14:14:24 +00:00
packet-h221_nonstd.c Fix the name in the comment. 2005-09-20 22:53:31 +00:00
packet-h225.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-h225.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-h235.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-h235.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-h245.c From Alejandro Vaquero: 2006-02-23 20:03:42 +00:00
packet-h245.h From Alejandro Vaquero: 2006-01-16 06:05:25 +00:00
packet-h248.c give se_trees names so that it is easier to debug and to log how often certain trees are accessed 2006-03-11 13:02:41 +00:00
packet-h248.h dont declare variables in the middle of a code block. many compilers do not like that. 2006-03-11 00:58:16 +00:00
packet-h248_package_bcp.c Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-h248_package_bcp.h Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-h261.c From Jeff Snyder 2005-10-02 20:59:54 +00:00
packet-h263.c Fix Bug 566 H.263: in display filters, ftype bit masked by sbit 2005-11-13 20:53:24 +00:00
packet-h450.c Fix Bug 725: 2006-03-09 06:02:42 +00:00
packet-h450.h Get rid of some GCC warnings about unused code. 2005-12-19 19:36:32 +00:00
packet-hclnfsd.c we no longer need to g_free() teh string returned by dissect_rpc_string. 2005-07-23 00:22:02 +00:00
packet-hclnfsd.h
packet-hpext.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-hpext.h
packet-hpsw.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-hsrp.c Don't change the Info column if we have an unknown opcode; we've already 2005-09-28 09:31:37 +00:00
packet-http.c From Sake Blok: 2006-02-20 06:25:02 +00:00
packet-http.h few changes to http 2005-02-28 22:27:24 +00:00
packet-hyperscsi.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-iapp.c coverity #5 2006-03-09 11:34:08 +00:00
packet-iax2.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-iax2.h From Kenny Shumard 2005-04-04 05:10:45 +00:00
packet-ib.c
packet-icap.c
packet-icep.c more sprintf updates 2005-08-20 13:02:08 +00:00
packet-icmpv6.c done: 2006-01-16 07:59:44 +00:00
packet-icp.c From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an 2004-08-06 19:57:49 +00:00
packet-icq.c More char -> const char fixes 2005-07-30 16:34:38 +00:00
packet-idp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-idp.h Oops, forgot packet-idp.h. 2005-03-03 09:36:19 +00:00
packet-ieee802a.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-ieee802a.h Add a dissector to handle IEEE 802a's OUI Extended Ethertype; dissectors 2005-01-06 08:37:43 +00:00
packet-ieee8023.c Construct the tvbuff for the payload of an 802.3 packet to have the 2005-08-13 22:34:44 +00:00
packet-ieee8023.h
packet-ieee80211.c Call capture_radiotap() when capturing on a device supplying Radiotap 2006-01-23 16:56:34 +00:00
packet-ieee80211.h Call capture_radiotap() when capturing on a device supplying Radiotap 2006-01-23 16:56:34 +00:00
packet-ifcp.c Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-igap.c
packet-igap.h
packet-igmp.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-igmp.h Include .h into .c to make sure declarations match. 2005-07-30 16:28:00 +00:00
packet-igrp.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-image-gif.c Use g_print() instead of fprintf() to write messages to the debug console. 2005-11-01 18:18:46 +00:00
packet-image-jfif.c Use g_print() instead of fprintf() to write messages to the debug console. 2005-11-01 18:18:46 +00:00
packet-imap.c
packet-inap.c Have tcap subdissectors registering using functions provided by tcap and tcap manage ssn registration. 2005-12-17 16:55:45 +00:00
packet-inap.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ip.c Add UDP-Lite packets to the UDP statistics 2006-01-09 23:00:20 +00:00
packet-ip.h
packet-ipdc.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-ipdc.h
packet-ipfc.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-ipfc.h
packet-ipmi.c Consolidate duration decoding and presentation 2006-03-08 21:48:36 +00:00
packet-ipp.c Use "tvb_format_string()" on strings extracted from the packet. 2006-03-01 00:22:34 +00:00
packet-ipsec-udp.c
packet-ipsec.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-ipsec.h
packet-ipv6.c Add UDP-Lite packets to the UDP statistics 2006-01-09 23:00:20 +00:00
packet-ipv6.h There's no guarantee that BYTE_ORDER is defined as anything useful, and 2005-11-10 03:16:25 +00:00
packet-ipvs-syncd.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-ipx.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-ipx.h
packet-ipxwan.c
packet-irc.c Don't get caught in an infinite loop if we're stuck at the end of the 2005-10-24 02:35:43 +00:00
packet-isakmp.c Squelch some compiler warnings. 2006-02-11 09:54:10 +00:00
packet-isakmp.h Static variables considered harmful. Make the ISAKMP version a 2005-06-16 06:19:03 +00:00
packet-iscsi.c Fix for bug 783 from Didier Gautheron 2006-03-02 20:44:13 +00:00
packet-isdn.c
packet-isis-clv.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-isis-clv.h More char -> const char fixes 2005-07-30 16:34:38 +00:00
packet-isis-hello.c checksum messages: use "[correct]" instead of "(correct)" and other "alike" messages 2005-07-08 22:11:13 +00:00
packet-isis-hello.h
packet-isis-lsp.c Use the somewhat-misnamed "ipv4_addr_and_mask()" and 2005-10-22 05:27:48 +00:00
packet-isis-lsp.h
packet-isis-snp.c checksum messages: use "[correct]" instead of "(correct)" and other "alike" messages 2005-07-08 22:11:13 +00:00
packet-isis-snp.h
packet-isis.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-isis.h More char -> const char fixes 2005-07-30 16:34:38 +00:00
packet-isl.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-isl.h Export two versions of the Ethereal dissector, for use with encapsulated 2004-11-24 09:13:52 +00:00
packet-ismp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-isns.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-isup.c Fix bug 786 2006-03-04 10:07:19 +00:00
packet-isup.h ISUP - Export functions used by INAP and Camel 2005-11-29 17:23:50 +00:00
packet-isup_thin.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-iua.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-iuup.c Bind IuUP to RTP 2006-01-25 20:49:42 +00:00
packet-jabber.c From Kaul: 2005-09-20 20:20:08 +00:00
packet-juniper.c Hannes Gredler: 2006-02-09 09:15:21 +00:00
packet-jxta.c don't use g_message() inside dissector code 2006-03-09 21:18:44 +00:00
packet-jxta.h From Mike Duigou: 2005-08-21 18:42:54 +00:00
packet-k12.c Close the files after reading! 2006-03-11 18:19:48 +00:00
packet-kadm5.c
packet-kerberos.c add rfc1964 stuff and (incomplete) KRB_CRED support. 2006-02-12 13:18:48 +00:00
packet-kerberos.h from eric wedel 2005-12-23 03:43:56 +00:00
packet-kerberos4.c Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-kink.c More char -> const char fixes 2005-07-30 16:34:38 +00:00
packet-klm.c
packet-klm.h
packet-kpasswd.c from eric wedel 2005-12-23 03:43:56 +00:00
packet-l2tp.c When printing an error message, make sure we're using a valid tree. Fixes 2005-04-29 14:52:45 +00:00
packet-lapb.c Move the xDLC helper routines into epan. 2004-09-28 23:48:02 +00:00
packet-lapbether.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-lapd.c The attached patch adds support for LAPD frames captured using vISDN thru 2006-03-02 21:31:33 +00:00
packet-laplink.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-ldap.c minor code cleanup 2006-01-24 19:03:09 +00:00
packet-ldap.h
packet-ldp.c fix #480: Change defaults for all reassembling settings to ON 2005-09-28 22:15:38 +00:00
packet-ldp.h From Carlos Pignataro: decode more TLVs and subTLVs and make some small 2004-10-08 17:01:43 +00:00
packet-llc.c From Martin André 2005-10-25 06:00:53 +00:00
packet-llc.h char -> const char warning fixes 2005-07-28 07:53:38 +00:00
packet-lldp.c Squelch a compiler warning. 2006-01-28 23:27:17 +00:00
packet-lmi.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-lmp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-logotypecertextn.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-logotypecertextn.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-loop.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-lpd.c Declare the value_string tables as arrays of value_strings, not of 2005-07-30 02:06:13 +00:00
packet-lwapp.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-m2pa.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-m2tp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-m2ua.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-m3ua.c From Jeff Morriss: 2006-03-06 06:21:01 +00:00
packet-maccontrol.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-manolito.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-mbtcp.c update to modbus/tcp 2005-12-15 22:54:33 +00:00
packet-mdshdr.c From Dinesh G Dutt 2005-09-14 18:40:16 +00:00
packet-media.c Add heuristic dissection of XML 2006-02-09 13:05:32 +00:00
packet-mip.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-mip6.c done: 2006-01-16 07:59:44 +00:00
packet-mip6.h Give RFC numbers for MIPv6, NEMO, and FMIPv6. 2005-10-29 23:22:13 +00:00
packet-mms.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-mms.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-mmse.c Use g_print() instead of fprintf() to write messages to the debug console. 2005-11-01 18:18:46 +00:00
packet-mount.c get rid of some strcpy 2005-10-27 09:48:19 +00:00
packet-mount.h
packet-mpeg1.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-mpls-echo.c get rid of strcpy in packet-ntp.c 2005-09-21 20:05:13 +00:00
packet-mpls.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-mpls.h from Carlos Pignataro 2005-03-04 22:32:06 +00:00
packet-mq-pcf.c
packet-mq.c fix #480: Change defaults for all reassembling settings to ON 2005-09-28 22:15:38 +00:00
packet-mq.h
packet-mrdisc.c Force the query interval and robustness variable to be 2. Fixes bug 141. 2005-04-29 03:35:38 +00:00
packet-mrdisc.h
packet-ms-mms.c convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode() 2005-08-10 14:17:27 +00:00
packet-msdp.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-msn-messenger.c
packet-msnip.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-msnip.h
packet-msnlb.c Derived some more assumptions from NLB traffic 2006-01-24 11:54:27 +00:00
packet-msproxy.c make the tcp_acked struct a pointer from the tcpd struct since we might need it hanging around. 2006-03-02 09:33:49 +00:00
packet-msrp.c rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer 2005-08-10 13:41:13 +00:00
packet-mtp2.c - Add support for libpcap files for MTP2 with a per packet header 2005-05-02 14:07:33 +00:00
packet-mtp3.c Avoid a coverity false positive (CID 38) from being considered. 2006-03-11 12:12:10 +00:00
packet-mtp3.h Add a function that returns an unique guint32 for each dpc. 2006-03-10 22:05:23 +00:00
packet-mtp3mg.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-multipart.c Add a missing include 2005-09-05 16:30:31 +00:00
packet-mysql.c Move the following files from /trunk to /trunk/epan: 2005-02-09 23:38:00 +00:00
packet-nbap.c Get rid of an unused variable. 2005-12-18 10:42:29 +00:00
packet-nbap.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-nbipx.c packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-nbns.c "size_t" can be "unsigned int" or "unsigned long", so cast it to 2006-01-22 23:08:15 +00:00
packet-ncp-int.h From Greg Morris: 2006-03-15 18:56:35 +00:00
packet-ncp-nmas.c From greg Morris: 2005-11-23 21:27:39 +00:00
packet-ncp-nmas.h
packet-ncp-sss.c From Greg Morris: 2005-10-19 14:28:26 +00:00
packet-ncp-sss.h From Greg Morris: 2005-10-19 14:28:26 +00:00
packet-ncp.c From Greg Morris: 2006-03-15 18:56:35 +00:00
packet-ncp2222.inc Throw an exception if we have an invalid offset. Fixes bug 585. 2005-12-13 17:00:03 +00:00
packet-ncs.c From Greg Morris: 2005-12-18 18:13:05 +00:00
packet-ndmp.c fix #480: Change defaults for all reassembling settings to ON 2005-09-28 22:15:38 +00:00
packet-ndps.c This patch fixes a couple of bind replies to report proper session id. 2006-01-11 11:35:25 +00:00
packet-ndps.h
packet-netbios.c packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-netbios.h packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-netflow.c From Motonori Shindo: 2006-03-15 06:19:15 +00:00
packet-netsync.c replace match_strval with val_to_str, where the output was used by string output, but not expecting NULL 2005-09-22 02:18:19 +00:00
packet-nettl.c From Mark C Brown, 2005-10-26 19:01:29 +00:00
packet-nfs.c coverity bug 139 2006-03-14 08:11:18 +00:00
packet-nfs.h get rid of another slow hashtable and one global variable and 2006-03-06 14:30:34 +00:00
packet-nfsacl.c More char -> const char warning fixes 2005-07-30 07:13:27 +00:00
packet-nfsauth.c
packet-nhrp.c warning: C++ style comments are not allowed in ISO C90 2005-12-18 23:22:47 +00:00
packet-nhrp.h From: Deepak Jain 2005-12-09 16:14:42 +00:00
packet-nisplus.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-nisplus.h
packet-nlm.c get rid of another slow hashtable and one global variable and 2006-03-06 14:30:34 +00:00
packet-nlm.h
packet-nlsp.c More char -> const char warning fixes 2005-08-05 00:23:22 +00:00
packet-nntp.c More char -> const char warning fixes 2005-08-05 00:23:22 +00:00
packet-ns_cert_exts.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-nsip.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-nt-oui.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-nt-sonmp.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-nt-tpcp.c From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an 2004-08-06 19:57:49 +00:00
packet-ntlmssp.c smb2: 2006-02-08 08:48:23 +00:00
packet-ntlmssp.h make ntlmssp tappable 2005-12-07 13:09:42 +00:00
packet-ntp.c done: 2006-01-16 07:59:44 +00:00
packet-ntp.h get rid of strcpy in packet-ntp.c 2005-09-21 20:05:13 +00:00
packet-null.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-null.h
packet-ocsp.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-ocsp.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-oicq.c Du Bingyao: 2006-01-03 23:59:13 +00:00
packet-olsr.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-osi-options.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-osi-options.h
packet-osi.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-osi.h
packet-ospf.c done: 2006-01-16 07:59:44 +00:00
packet-p_mul.c from Stig B: 2005-12-02 22:01:00 +00:00
packet-pagp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-pcnfsd.c Fix more "no previous declaration" warnings 2005-08-02 04:31:42 +00:00
packet-pcnfsd.h
packet-per.c better support for ASN.1 Enumerated type in PER decoding 2006-03-08 13:50:04 +00:00
packet-per.h better support for ASN.1 Enumerated type in PER decoding 2006-03-08 13:50:04 +00:00
packet-pflog.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-pflog.h
packet-pgm.c packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-pgsql.c tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion. 2005-08-10 14:35:24 +00:00
packet-pim.c done: 2006-01-16 07:59:44 +00:00
packet-pim.h
packet-pkcs1.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkcs1.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkinit.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkinit.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkix1explicit.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkix1explicit.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkix1implicit.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkix1implicit.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixproxy.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixproxy.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixqualified.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixqualified.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixtsp.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pkixtsp.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pktc.c From Thomas Anders: 2005-07-25 23:33:44 +00:00
packet-pktc.h
packet-pn-rt.c when I've done the last change here, I wasn't expecting to get an fcs_len value of -1, fixed now 2005-09-23 17:01:19 +00:00
packet-pop.c From Martin Mathieson: 2006-03-15 06:17:35 +00:00
packet-portmap.c More char -> const char warning fixes 2005-08-05 00:23:22 +00:00
packet-portmap.h
packet-ppp.c from kirby files 2006-02-22 08:39:06 +00:00
packet-ppp.h
packet-pppoe.c From Martin M various updates and fixes 2005-12-07 00:35:16 +00:00
packet-pptp.c
packet-pres.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-pres.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-prism.c
packet-prism.h
packet-ptp.c done: 2006-01-16 07:59:44 +00:00
packet-pvfs2.c done: 2006-01-16 07:59:44 +00:00
packet-q931.c protocol discriminator byte has to be taken into info_element_len 2005-12-06 10:50:21 +00:00
packet-q931.h From Alejandro Vaquero 2005-06-27 06:21:51 +00:00
packet-q933.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-q2931.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-qllc.c
packet-quake.c From Jon Ringle: 2005-02-02 20:07:03 +00:00
packet-quake2.c rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer 2005-08-10 13:41:13 +00:00
packet-quake3.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-quakeworld.c get rid of one array from the stack and convert all strcpy() to pointers to literal strings. 2005-09-24 21:14:47 +00:00
packet-radiotap.c Add some more sanity checking of the Radiotap header. 2006-01-23 23:21:02 +00:00
packet-radiotap.h
packet-radius.c done: 2006-01-16 07:59:44 +00:00
packet-radius.h done: 2006-01-16 07:59:44 +00:00
packet-radius_packetcable.c Remove a couple of unused variables. 2006-02-13 20:10:23 +00:00
packet-ranap.c better support for ASN.1 Enumerated type in PER decoding 2006-03-08 13:50:04 +00:00
packet-ranap.h RANAP - Dissect ProtocolExtensionField IE:s 2006-01-21 19:12:52 +00:00
packet-raw.c Move prefs.c and prefs.h into the epan subdirectory. 2004-09-27 22:55:15 +00:00
packet-raw.h
packet-rdt.c get rid of a strcpy 2005-10-27 09:11:00 +00:00
packet-rdt.h From Martin Mathieson 2005-09-01 05:34:52 +00:00
packet-redback.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-retix-bpdu.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-rip.c remove g_malloc() from rip remove one g_malloc() from tacacs 2005-08-17 08:43:40 +00:00
packet-ripng.c
packet-ripng.h We don't need to incldue "globals.h", so don't do so. 2004-09-04 01:29:22 +00:00
packet-rlogin.c from martin marthieson 2005-11-12 22:05:53 +00:00
packet-rmcp.c Get rid of the private "my_match_strval()" routine in many dissectors; 2005-06-26 19:56:52 +00:00
packet-rmi.c
packet-rmi.h
packet-rmp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-rmt-alc.c From Stefano Pettini: RMT support for ALC and NORM. 2005-01-14 11:17:35 +00:00
packet-rmt-alc.h From Stefano Pettini: RMT support for ALC and NORM. 2005-01-14 11:17:35 +00:00
packet-rmt-common.c From Stefano Pettini: RMT support for ALC and NORM. 2005-01-14 11:17:35 +00:00
packet-rmt-common.h From Stefano Pettini: RMT support for ALC and NORM. 2005-01-14 11:17:35 +00:00
packet-rmt-fec.c Set "ti" in all code paths, to squelch a compiler warning. 2005-10-29 21:43:53 +00:00
packet-rmt-fec.h From Stefano Pettini: RMT support for ALC and NORM. 2005-01-14 11:17:35 +00:00
packet-rmt-lct.c From Julian Onions 2005-10-20 18:51:47 +00:00
packet-rmt-lct.h From Julian Onions 2005-10-20 18:51:47 +00:00
packet-rmt-norm.c Fix RFC number. 2005-11-26 03:06:25 +00:00
packet-rmt-norm.h Trivial warning fixes 2005-11-22 12:51:14 +00:00
packet-rnsap.c Replace commenting-out of code with "#if 0"/#endif" - it's a bit safer 2006-03-01 00:15:55 +00:00
packet-rnsap.h Add dissection of all Signals and more IE:s 2006-02-16 18:26:04 +00:00
packet-ros.c From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-ros.h From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-rpc.c coverity #40 2006-03-09 11:44:56 +00:00
packet-rpc.h Constify some variables, functions, and structure members to squelch 2005-07-29 03:49:23 +00:00
packet-rpl.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-rquota.c
packet-rquota.h
packet-rsh.c
packet-rstat.c
packet-rsvp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-rsvp.h From Manu Pathak 2005-09-07 19:52:44 +00:00
packet-rsync.c As reported by Toralf Foerster in bug 647: 2005-12-27 23:08:37 +00:00
packet-rtcp.c From Andrei Emeltchenko: 2006-01-30 05:35:39 +00:00
packet-rtcp.h EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
packet-rtp-events.c From Alejandro Vaquero: 2006-02-23 20:02:23 +00:00
packet-rtp-events.h From Alejandro Vaquero: 2006-02-23 20:02:23 +00:00
packet-rtp.c ntp_fmt_ts() doesn't take two arguments any more. 2006-02-09 19:22:15 +00:00
packet-rtp.h Packet-amr Register as "AMR" not "amr". 2005-11-05 21:38:22 +00:00
packet-rtps.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-rtps.h
packet-rtse.c From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-rtse.h From Graeme Lunt: 2005-12-16 06:47:22 +00:00
packet-rtsp.c fix #480: Change defaults for all reassembling settings to ON 2005-09-28 22:15:38 +00:00
packet-rwall.c
packet-rwall.h
packet-rx.c Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12. 2005-04-13 20:59:39 +00:00
packet-rx.h
packet-s4406.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-s4406.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-s5066.c From Graeme Lunt: 2005-11-16 07:13:12 +00:00
packet-sadmind.c
packet-sap.c More char -> const char warning fixes 2005-08-05 00:23:22 +00:00
packet-sccp.c use se_trees instead of GHashTables, 2006-03-11 15:30:52 +00:00
packet-sccp.h use se_trees instead of GHashTables, 2006-03-11 15:30:52 +00:00
packet-sccpmg.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-scsi.c put the opcode as a generated field inside data pdus for scsi 2006-03-14 04:56:40 +00:00
packet-scsi.h remove offset and len from the signature of dissect_scsi_payload() 2005-05-29 03:18:53 +00:00
packet-sctp.c Add support for 2005-11-29 23:09:01 +00:00
packet-sctp.h Provide an indication to taps if the verification tag is reflected. 2005-05-02 20:45:22 +00:00
packet-sdlc.c Move the xDLC helper routines into epan. 2004-09-28 23:48:02 +00:00
packet-sdp.c Make sure we don't use the ADNS version of inet_aton; it's broken. 2006-01-19 23:01:24 +00:00
packet-sdp.h add packet-sdp.h 2005-02-01 14:00:25 +00:00
packet-sebek.c From Camilo Viecco: 2006-03-01 17:25:21 +00:00
packet-ses.c From Stig Bjørlykke 2005-12-01 06:28:04 +00:00
packet-ses.h From Stig Bjørlykke 2005-12-01 06:28:04 +00:00
packet-sflow.c Get rid of a no-longer-used variable. 2005-08-18 06:40:10 +00:00
packet-sigcomp.c Fix Coverity CID: 8 dead code. 2006-03-07 20:51:05 +00:00
packet-sip.c Squelch a compiler warning. 2006-03-03 10:14:27 +00:00
packet-sip.h From Alejandro Vaquero: 2005-02-01 12:12:35 +00:00
packet-sipfrag.c rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the documentation in README.developer 2005-08-10 13:41:13 +00:00
packet-skinny.c Fix Bug 642, use col_set_fence() not to owerwrite column info if several Skinny messages are in one frame. 2005-12-22 07:11:21 +00:00
packet-slimp3.c Include <ctype.h> to declare "isprint()". 2005-11-10 07:26:30 +00:00
packet-sll.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-sll.h
packet-slowprotocols.c Fix CID 6 - Unused code. 2006-03-10 07:06:21 +00:00
packet-slsk.c Bill Meier: More spelling fixes 2006-01-06 03:26:45 +00:00
packet-smb-browse.c Move some headers for stuff defined by a dissector into epan/dissectors 2005-09-17 00:31:15 +00:00
packet-smb-browse.h
packet-smb-common.c remove g_malloc() from packet-smb-common 2005-08-19 08:12:26 +00:00
packet-smb-common.h remove g_malloc() from packet-smb-common 2005-08-19 08:12:26 +00:00
packet-smb-logon.c remove g_malloc() from packet-smb-common 2005-08-19 08:12:26 +00:00
packet-smb-mailslot.c handle coverity bug 36 2006-03-14 05:30:26 +00:00
packet-smb-mailslot.h
packet-smb-pipe.c coverity bug 44 2006-03-14 05:38:47 +00:00
packet-smb-pipe.h
packet-smb-sidsnooping.c done: 2006-01-16 07:59:44 +00:00
packet-smb-sidsnooping.h
packet-smb.c add dissection of 2006-02-07 08:48:51 +00:00
packet-smb.h add dissection of 2006-02-07 08:48:51 +00:00
packet-smb2.c Remove MIN and MAX defines, which GLib provides. 2006-03-09 16:00:33 +00:00
packet-smb2.h smb2 signing 2006-02-07 21:30:21 +00:00
packet-smpp.c Bill Meier: More spelling fixes 2006-01-06 03:26:45 +00:00
packet-smrse.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-smrse.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-smtp.c remove some unused variables from scsi 2005-08-12 10:03:17 +00:00
packet-sna.c fix #480: Change defaults for all reassembling settings to ON 2005-09-28 22:15:38 +00:00
packet-snaeth.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-sndcp.c coverity bug 73 2006-03-08 09:43:06 +00:00
packet-snmp.c mark parser error messages as Ethereal generated 2006-03-11 20:19:20 +00:00
packet-snmp.h From Thomas Anders: 2005-07-25 23:33:44 +00:00
packet-socks.c rewrite of the tcp sequence number analysis code to hopefully make it cleaner and easier to maintain and extend. 2006-01-26 22:50:16 +00:00
packet-spnego.c microsoft does not use a confounder for spnego when using DNS/TSIG 2005-12-25 11:43:47 +00:00
packet-spnego.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-spp.c Handle XNS IDP socket numbers. 2005-03-06 20:13:58 +00:00
packet-spray.c
packet-spray.h
packet-sqloracle.c Make the files at least compile. While testing them as plugins they 2006-02-13 22:08:36 +00:00
packet-sqloracle.h Make the files at least compile. While testing them as plugins they 2006-02-13 22:08:36 +00:00
packet-srvloc.c If we pass a short length to unicode_to_bytes(), return an empty string 2006-01-11 15:39:03 +00:00
packet-sscf-nni.c From Jeff Morriss: SSCOP over UDP and SSCF-NNI support. 2004-11-24 02:59:49 +00:00
packet-sscop.c Last set of trivial fixes for "no previous declaration" warnings. 2005-08-02 08:30:33 +00:00
packet-sscop.h - fix a bug I introduced by copy pasting an incorrect offset of some items 2005-06-17 17:37:10 +00:00
packet-ssh.c add missing value_string termination 2005-08-28 03:13:30 +00:00
packet-ssl-utils.c Avoid passing junk to ssl_debug_printf fmt if a weird cipher is found (). 2006-03-08 10:53:12 +00:00
packet-ssl-utils.h Make sure SSL_DEBUG_USE_STDERR is always defined. 2006-02-14 18:52:26 +00:00
packet-ssl.c Paolo Abeni: 2006-02-17 11:56:52 +00:00
packet-stat-notify.c
packet-stat-notify.h
packet-stat.c
packet-stat.h
packet-stun.c From Martin Mathiesson: 2006-01-30 05:45:39 +00:00
packet-sua.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-symantec.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-synergy.c Some warning fixes for "no previous declaration" 2005-08-02 05:39:45 +00:00
packet-syslog.c Fix for bug 758: Adding facility codes 12-15 according to RFC 3164 2006-02-21 21:30:27 +00:00
packet-t38.c Implemention of T38 TCP defragmentation by Alejandro Vaquero 2006-01-23 07:12:26 +00:00
packet-t38.h Hi All, 2006-01-15 15:01:14 +00:00
packet-tacacs.c Make sure we don't use the ADNS version of inet_aton; it's broken. 2006-01-19 23:01:24 +00:00
packet-tacacs.h
packet-tali.c Move prefs.c and prefs.h into the epan subdirectory. 2004-09-27 22:55:15 +00:00
packet-tcap.c Export dissector_handle_t get_itu_tcap_subdissector() 2006-01-31 19:39:55 +00:00
packet-tcap.h Update from the current asn1/tcap code. 2006-02-05 03:56:29 +00:00
packet-tcp.c if tcp checksum validation is enabled 2006-03-13 20:50:50 +00:00
packet-tcp.h make the tcp_acked struct a pointer from the tcpd struct since we might need it hanging around. 2006-03-02 09:33:49 +00:00
packet-tds.c Add more data types from tds.h. Fix unknown data skipping for some data 2006-01-09 17:44:02 +00:00
packet-teimanagement.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-telnet.c - contsify a variable in packet-alcap.c to see if a fake bug reported by coverty goes away. 2006-03-07 04:33:46 +00:00
packet-teredo.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-text-media.c some content-types are now handled by xml 2005-09-08 22:51:12 +00:00
packet-tftp.c Some applications do very naughty things like reusing a port for a different protocol during different stages of an application cycle. 2005-05-11 10:40:53 +00:00
packet-time.c Use the value for the UNIX epoch from RFC 868 for the difference between 2004-09-01 18:48:31 +00:00
packet-tipc.c Dissect part of TIPCv2. 2006-03-07 18:19:42 +00:00
packet-tns.c Move prefs.c and prefs.h into the epan subdirectory. 2004-09-27 22:55:15 +00:00
packet-tns.h
packet-tpkt.c - Make the reassemble TCP preference default TRUE. 2005-09-27 05:39:58 +00:00
packet-tpkt.h
packet-tr.c done: 2006-01-16 07:59:44 +00:00
packet-tr.h
packet-trmac.c More char -> const char warning fixes 2005-08-05 13:10:58 +00:00
packet-tsp.c Fix the file name in the initial comment. 2004-10-26 18:41:25 +00:00
packet-tuxedo.c From Jon Ringle: 2005-02-02 20:07:03 +00:00
packet-tzsp.c Constify to remove a bunch of warnings. Add some casts to squelch 2005-07-24 19:01:28 +00:00
packet-ucp.c Bill Meier: More spelling fixes 2006-01-06 03:26:45 +00:00
packet-udp.c Add warning when UDP length field is too large. 2006-01-12 22:16:20 +00:00
packet-udp.h From Jaap Keuter: 2005-12-14 21:14:57 +00:00
packet-uma.c Use dissect_e212_mcc_mnc(). 2006-01-30 05:55:46 +00:00
packet-user_encap.c Squelch a compiler warning. 2005-09-21 01:39:39 +00:00
packet-v120.c remove sprintf from v120 and wccp 2005-08-20 00:33:08 +00:00
packet-vines.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-vines.h
packet-vj.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-vlan.c Mike Hall: 2006-01-20 08:48:43 +00:00
packet-vlan.h
packet-vnc.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-vrrp.c checksum messages: use "[correct]" instead of "(correct)" and other "alike" messages 2005-07-08 22:11:13 +00:00
packet-vtp.c
packet-wap.c
packet-wap.h
packet-wbxml.c Use g_print() instead of fprintf() to write messages to the debug console. 2005-11-01 18:18:46 +00:00
packet-wccp.c packet-fcswils.c: Fix incorrect use of g_snprintf return 2006-01-17 10:56:06 +00:00
packet-wccp.h
packet-wcp.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-wfleet-hdlc.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-who.c
packet-windows-common.c done: 2006-01-16 07:59:44 +00:00
packet-windows-common.h Fix a typo in a comment. 2006-01-03 22:49:58 +00:00
packet-winsrepl.c packet-bgp.c: Fix incorrect use of g_snprintf return value 2006-01-20 21:18:18 +00:00
packet-wlancap.c Always skip the whole header: The current code would only decode 2005-06-14 14:33:55 +00:00
packet-wlancap.h
packet-wlancertextn.c Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-wlancertextn.h Regenerate with the latest asn2eth, to get FT_OID used, and to add #line. 2005-12-08 23:29:21 +00:00
packet-wsp.c Fix coverity Error CID: 15. 2006-03-09 16:21:39 +00:00
packet-wsp.h
packet-wtls.c various code cleanup: 2005-08-08 18:50:39 +00:00
packet-wtls.h
packet-wtp.c packet-fcswils.c: Fix incorrect use of g_snprintf return 2006-01-17 10:56:06 +00:00
packet-wtp.h
packet-x11-keysym.h
packet-x11-keysymdef.h
packet-x11.c from dieder: 2006-02-27 09:02:16 +00:00
packet-x25.c Bill Meier: 2006-01-05 13:01:08 +00:00
packet-x29.c Move a pile of protocol-related headers from the top-level source 2005-09-17 00:02:31 +00:00
packet-x411.c ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-x411.h ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-x420.c Squelch some compiler const vs. non-const warnings. 2005-12-06 22:59:30 +00:00
packet-x420.h Squelch some compiler const vs. non-const warnings. 2005-12-06 22:59:30 +00:00
packet-x509af.c Paolo Abeni: 2006-02-16 11:47:16 +00:00
packet-x509af.h Squelch some compiler const vs. non-const warnings. 2005-12-06 22:59:30 +00:00
packet-x509ce.c Regenerate, so that it handles OIDs as FT_OID. 2005-12-08 09:56:19 +00:00
packet-x509ce.h Regenerate, so that it handles OIDs as FT_OID. 2005-12-08 09:56:19 +00:00
packet-x509if.c ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-x509if.h ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-x509sat.c ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-x509sat.h ACP133 attribute syntaxes and attribute definitions used by the DAP, DSP and DISP dissectors. Also includes X.402 definitions and OID registrations for object classes. 2006-03-05 11:28:13 +00:00
packet-xdmcp.c
packet-xml.c From ENDOH Akira: 2006-02-11 00:13:23 +00:00
packet-xot.c Move prefs.c and prefs.h into the epan subdirectory. 2004-09-27 22:55:15 +00:00
packet-xyplex.c From Jon Ringle: 2005-02-02 20:07:03 +00:00
packet-yhoo.c Add some yhoo_service_vals 2005-06-11 21:31:13 +00:00
packet-ymsg.c From Martin Mathieson: 2005-09-26 05:43:25 +00:00
packet-ypbind.c
packet-ypbind.h
packet-yppasswd.c
packet-yppasswd.h
packet-ypserv.c we no longer need to g_free() teh string returned by dissect_rpc_string. 2005-07-23 00:22:02 +00:00
packet-ypserv.h
packet-ypxfr.c
packet-ypxfr.h
packet-zebra.c
process-x11-fields.pl
rpc_defrag.h Move some headers for stuff defined by a dissector into epan/dissectors 2005-09-17 00:31:15 +00:00
x11-fields