wireshark/epan
Michael Mann 0823711a66 Major cleanup to ICQ dissector. Still needs a bunch of proto_tree_add_text -> proto_tree_add_xxx conversion (although the conversion seems simple but tedious).
The big problem appears to be that this dissector doesn't support an ICQ version in use today.  Maybe having it look less scary will encourage someone to submit a patch that supports a more recent version.

svn path=/trunk/; revision=50387
2013-07-05 20:47:24 +00:00
..
crypt
dfilter makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
dissectors Major cleanup to ICQ dissector. Still needs a bunch of proto_tree_add_text -> proto_tree_add_xxx conversion (although the conversion seems simple but tedious). 2013-07-05 20:47:24 +00:00
ftypes Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
wmem *sigh* 2013-06-27 03:44:48 +00:00
wslua Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
wspython makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
CMakeLists.txt There dissectors is not ASN1 dissectors.... ! 2013-07-03 16:42:15 +00:00
Makefile.am
Makefile.common As pointed out by Guy: timestats uses packet_info so it belongs in epan 2013-06-26 00:18:44 +00:00
Makefile.nmake makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
addr_and_mask.c
addr_and_mask.h
addr_resolv.c
addr_resolv.h
address.h
address_to_str.c
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
arptypes.h
asm_utils.c
asm_utils.h
asm_utils_win32_x86.asm
asn1.c
asn1.h Remove all global variables in P1 dissector. Bug 8515 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8515) 2013-06-28 12:43:29 +00:00
atalk-utils.c
atalk-utils.h
ax25_pids.h
base64.c
base64.h
bitswap.c
bitswap.h
bridged_pids.h
camel-persistentdata.c
camel-persistentdata.h
charsets.c
charsets.h
chdlctypes.h
circuit.c
circuit.h
codecs.c
codecs.h
column-utils.c Indentation/Whitespace cleanup; 2013-06-25 19:38:15 +00:00
column-utils.h
column.c Declare slist[] as static (reduces storage & code executed: *See below); 2013-06-30 23:03:20 +00:00
column.h
column_info.h
conv_id.h
conversation.c
conversation.h
crc8-tvb.c
crc8-tvb.h
crc16-tvb.c
crc16-tvb.h
crc32-tvb.c
crc32-tvb.h
diam_dict.h
diam_dict.l
dissector_filters.c
dissector_filters.h
doxygen.cfg.in
dtd.h
dtd_grammar.lemon
dtd_parse.h
dtd_parse.l
dtd_preparse.l
eap.h
emem.c
emem.h
enterprise-numbers
epan.c
epan.h
epan_dissect.h
etypes.h
ex-opt.c
ex-opt.h
except.c
except.h
exceptions.h
exntest.c
expert.c Differentiate "Disabled" from "Unknown" and provide macros for the enumerated values. 2013-07-02 20:08:49 +00:00
expert.h Differentiate "Disabled" from "Unknown" and provide macros for the enumerated values. 2013-07-02 20:08:49 +00:00
exported_pdu.c
exported_pdu.h
filesystem.c
filesystem.h
filter_expressions.c
filter_expressions.h
follow.c WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added; 2013-07-03 01:43:39 +00:00
follow.h
frame_data.c
frame_data.h Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
frequency-utils.c
frequency-utils.h
funnel.c
funnel.h
garrayfix.h
gcp.c
gcp.h
geoip_db.c
geoip_db.h
golay.c
golay.h
greproto.h
guid-utils.c
guid-utils.h
h225-persistentdata.c
h225-persistentdata.h
iana_snap_pid.h
iax2_codec_type.h
in_cksum.c
in_cksum.h
ip_opts.h Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a bit duplicative, but the byte highlighting over the whole option is nice. 2013-06-30 03:16:32 +00:00
ipproto.c
ipproto.h
ipv4.c
ipv4.h
ipv6-utils.h
lapd_sapi.h
libwireshark.vcproj
llcsaps.h
next_tvb.c
next_tvb.h
nlpid.h
oids.c
oids.h
osi-utils.c
osi-utils.h
oui.h
packet.c
packet.h
packet_info.h
params.h
pint.h
plugins.c
plugins.h
ppptypes.h
prefs-int.h
prefs.c From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8876 : 2013-06-30 21:58:25 +00:00
prefs.h Make colors used by colorize_filter_te_as_* as preferences. Bug 5413 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5413) 2013-06-28 03:03:36 +00:00
proto.c PROTO_REGISTRAR_GET_NTH() not needed after TRY_TO_FAKE_THIS_ITEM 2013-07-03 22:57:53 +00:00
proto.h Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
ptvcursor.h
radius_dict.l
range.c
range.h
reassemble.c
reassemble.h
reassemble_test.c
reedsolomon.c
reedsolomon.h
report_err.c
report_err.h
req_resp_hdrs.c
req_resp_hdrs.h
rtp_pt.h
sctpppids.h
show_exception.c proto_malformed SHOULD NOT be used outside of show_exception.c 2013-07-02 20:43:21 +00:00
show_exception.h proto_malformed SHOULD NOT be used outside of show_exception.c 2013-07-02 20:43:21 +00:00
sigcomp-udvm.c
sigcomp-udvm.h
sigcomp_state_hdlr.c
sigcomp_state_hdlr.h
sminmpec.h
sna-utils.c
sna-utils.h
stat_cmd_args.c
stat_cmd_args.h
stats_tree.c
stats_tree.h
stats_tree_priv.h
stream.c
stream.h
strutil.c Define certain 'const char *...' arrays as static. 2013-07-01 15:41:05 +00:00
strutil.h
t35.c
t35.h
tap-voip.h
tap.c
tap.h
tcap-persistentdata.c
tcap-persistentdata.h
tfs.c From Oliver Gasser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8863 Add CAA support to DNS dissector 2013-07-03 16:46:29 +00:00
tfs.h From Oliver Gasser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8863 Add CAA support to DNS dissector 2013-07-03 16:46:29 +00:00
time_fmt.h
timestamp.c
timestamp.h
timestats.c As pointed out by Guy: timestats uses packet_info so it belongs in epan 2013-06-26 00:18:44 +00:00
timestats.h As pointed out by Guy: timestats uses packet_info so it belongs in epan 2013-06-26 00:18:44 +00:00
to_str.c Rename octet_to_hex() to low_nibble_of_octet_to_hex() to indicate what 2013-06-28 22:52:24 +00:00
to_str.h Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
tpg.c
tpg.h
tvbparse.c
tvbparse.h
tvbtest.c
tvbuff-int.h
tvbuff.c Get rid of variable, 'end'. 2013-07-01 06:03:35 +00:00
tvbuff.h
uat-int.h
uat.c
uat.h
uat_load.l
value_string.c
value_string.h
x264_prt_id.h
xdlc.c
xdlc.h