wireshark/epan
Jeff Morriss 7ad38c4c9c From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8926 :
The dissector defines some one-byte fields as UFLOAT. Defining them as UINT
fixes the decoding error for CAT48 version 1.21.

svn path=/trunk/; revision=50532
2013-07-12 13:01:17 +00:00
..
crypt Update some of the old FSF addresses caught by the new licensecheck buildbot 2013-04-14 18:55:28 +00:00
dfilter makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
dissectors From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8926 : 2013-07-12 13:01:17 +00:00
ftypes Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
wmem Add wmem_array_sort() which just hands off to the standard library's qsort(). 2013-07-06 17:47:32 +00:00
wslua Document that ProtoField INT64 and UINT64 does not support value string. 2013-07-10 16:51:54 +00:00
wspython makefile.nmake -> Makefile.nmake and minor whitespace (spaces -> tabs) changes. 2013-06-25 15:32:49 +00:00
CMakeLists.txt Move the print modules into epan. 2013-07-12 03:50:50 +00:00
Makefile.am Move the print modules into epan. 2013-07-12 03:50:50 +00:00
Makefile.common ps.h got moved to epan. 2013-07-12 08:01:52 +00:00
Makefile.nmake Move the print modules into epan. 2013-07-12 03:50:50 +00:00
addr_and_mask.c Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
addr_and_mask.h Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
addr_resolv.c Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
addr_resolv.h Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters. 2013-04-26 18:28:21 +00:00
address.h From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8530 2013-03-28 03:06:30 +00:00
address_to_str.c From beroset: 2013-03-15 05:42:50 +00:00
adler32.c
adler32.h
afn.c
afn.h
aftypes.h
arcnet_pids.h
arptypes.h
asm_utils.c [-Wmissing-prototypes] 2013-03-16 08:52:09 +00:00
asm_utils.h
asm_utils_win32_x86.asm
asn1.c From beroset: 2013-03-20 01:18:10 +00:00
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 From beroset: 2013-03-20 01:18:10 +00:00
atalk-utils.h
ax25_pids.h
base64.c
base64.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
bitswap.c
bitswap.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
bridged_pids.h
camel-persistentdata.c From beroset: 2013-03-20 01:18:10 +00:00
camel-persistentdata.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
charsets.c
charsets.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
chdlctypes.h
circuit.c From beroset: 2013-03-20 01:18:10 +00:00
circuit.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
codecs.c From beroset: 2013-03-20 01:18:10 +00:00
codecs.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
column-utils.c Indentation/Whitespace cleanup; 2013-06-25 19:38:15 +00:00
column-utils.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
column.c Declare slist[] as static (reduces storage & code executed: *See below); 2013-06-30 23:03:20 +00:00
column.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
column_info.h
conv_id.h
conversation.c New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
conversation.h New Qt feature: Show related packet list items in the frame number 2013-07-08 16:54:18 +00:00
crc8-tvb.c
crc8-tvb.h
crc16-tvb.c Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc16-tvb.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc32-tvb.c Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
crc32-tvb.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
diam_dict.h Fix another dozen or so files with bad FSF addresses as caught by licensecheck. 2013-04-16 00:00:09 +00:00
diam_dict.l [-Wmissing-prototypes] 2013-03-16 08:52:09 +00:00
disabled_protos.c Move disabled_protos.{h,c} into epan. 2013-07-12 01:40:06 +00:00
disabled_protos.h Move disabled_protos.{h,c} into epan. 2013-07-12 01:40:06 +00:00
dissector_filters.c From beroset: 2013-03-20 01:18:10 +00:00
dissector_filters.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
doxygen.cfg.in Move the contents of wsar_html/core to wsar_html. Create tag files for 2013-04-30 00:27:02 +00:00
dtd.h
dtd_grammar.lemon [-Wmissing-prototypes] 2013-03-16 08:52:09 +00:00
dtd_parse.h Make the minimum supported GLib version 2.16. 2013-05-20 17:27:05 +00:00
dtd_parse.l [-Wmissing-prototypes] 2013-03-16 08:52:09 +00:00
dtd_preparse.l [-Wmissing-prototypes] 2013-03-16 08:52:09 +00:00
eap.h Add some missing #includes to hopefully fix check-abi buildbot. 2013-03-29 17:43:14 +00:00
emem.c Rework wmem scoping limits so that users can still get a handle to a pool when 2013-06-19 18:28:13 +00:00
emem.h Include glib.h in emem.h, it needs the definitions 2013-03-28 21:19:58 +00:00
enterprise-numbers [Automatic manuf, services and enterprise-numbers update for 2013-04-14] 2013-04-14 14:03:29 +00:00
epan.c packet dissection now takes pointer to tvb instead of guint8 data 2013-07-11 05:47:02 +00:00
epan.h packet dissection now takes pointer to tvb instead of guint8 data 2013-07-11 05:47:02 +00:00
epan_dissect.h
etypes.h etypes.h needs value_string.h 2013-06-19 14:56:11 +00:00
ex-opt.c From beroset: 2013-03-19 04:54:30 +00:00
ex-opt.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
except.c From beroset: 2013-03-20 01:18:10 +00:00
except.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
exceptions.h Add to tvbuffs a "fragment length" field; if the tvbuff represents the 2013-04-18 19:22:24 +00:00
exntest.c Add to tvbuffs a "fragment length" field; if the tvbuff represents the 2013-04-18 19:22:24 +00:00
expert.c Remove unused data structures from new expert code. Cleans up another ~17KB 2013-07-06 16:11:36 +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 Add export of SS7 OPC/DPC 2013-06-19 21:49:12 +00:00
exported_pdu.h Add export of SS7 OPC/DPC 2013-06-19 21:49:12 +00:00
filesystem.c Put a space between "because" and the next word. 2013-06-03 02:08:13 +00:00
filesystem.h Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written to 2013-04-09 02:48:03 +00:00
filter_expressions.c
filter_expressions.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
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 Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
frame_data.c Un-shadow a couple of variables. 2013-05-15 17:49:45 +00:00
frame_data.h Move a couple of time-related modules into wsutil. 2013-06-25 22:02:20 +00:00
frame_data_sequence.c Move some more modules into epan. 2013-07-11 23:57:11 +00:00
frame_data_sequence.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
frequency-utils.c
frequency-utils.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
funnel.c From beroset: 2013-03-20 01:18:10 +00:00
funnel.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
garrayfix.h
gcp.c From beroset: 2013-03-14 06:47:05 +00:00
gcp.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
geoip_db.c From beroset: 2013-03-21 14:29:58 +00:00
geoip_db.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
golay.c
golay.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
greproto.h Peter Van Eynde 2013-05-11 10:46:36 +00:00
guid-utils.c From beroset: 2013-03-20 01:18:10 +00:00
guid-utils.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
h225-persistentdata.c From beroset: 2013-03-20 01:18:10 +00:00
h225-persistentdata.h
iana_snap_pid.h
iax2_codec_type.h
in_cksum.c
in_cksum.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
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 Rename value string (and similar) functions to use a consistent pattern. This 2013-03-29 00:26:23 +00:00
ipproto.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
ipv4.c Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() 2013-07-12 05:59:56 +00:00
ipv4.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
ipv6-utils.h
lapd_sapi.h
libwireshark.vcproj Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
llcsaps.h
next_tvb.c From beroset: 2013-03-20 01:18:10 +00:00
next_tvb.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
nlpid.h nlpid.h requires value_string.h 2013-04-23 16:59:09 +00:00
oids.c Pretify dissection of date and Time. 2013-06-12 15:08:08 +00:00
oids.h Pretify dissection of date and Time. 2013-06-12 15:08:08 +00:00
osi-utils.c From beroset: 2013-03-20 01:18:10 +00:00
osi-utils.h
oui.h Add dissection of Aruba Networks Vendor Specific stuff. With ArubaOS 6.2, there is a option to add AP Name in Beacon frame. 2013-04-22 12:31:04 +00:00
packet-range.c Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet-range.h Move some more modules into epan. 2013-07-11 23:57:11 +00:00
packet.c packet dissection now takes pointer to tvb instead of guint8 data 2013-07-11 05:47:02 +00:00
packet.h packet dissection now takes pointer to tvb instead of guint8 data 2013-07-11 05:47:02 +00:00
packet_info.h Add Doxygen boilerplate for some of our core modules and data structures. 2013-05-30 22:20:21 +00:00
params.h
pint.h
plugins.c From beroset: 2013-03-17 22:16:39 +00:00
plugins.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
ppptypes.h
prefs-int.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
prefs.c prefs.c: In function 'capture_column_set_cb': 2013-07-09 05:14:33 +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
print.c Move the print modules into epan. 2013-07-12 03:50:50 +00:00
print.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
print.ps Move the print modules into epan. 2013-07-12 03:50:50 +00:00
proto.c get_hfi_and_length() hasn't returned the hfi since r50015: rename it 2013-07-11 15:03:43 +00:00
proto.h Make tree_is_expanded array static, add setter/getter function. 2013-07-07 16:33:49 +00:00
ps.h Move the print modules into epan. 2013-07-12 03:50:50 +00:00
ptvcursor.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
radius_dict.l From beroset: 2013-03-21 14:29:58 +00:00
range.c From beroset: 2013-03-20 01:18:10 +00:00
range.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
reassemble.c From Anthony Coddington: 2013-06-04 04:23:20 +00:00
reassemble.h When we throw a reassembly error, remember the error, so that, if we 2013-04-18 02:31:45 +00:00
reassemble_test.c Get rid of the DCE RPC stuff; these tests should test the code path for 2013-03-23 19:38:54 +00:00
reedsolomon.c
reedsolomon.h
report_err.c
report_err.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
req_resp_hdrs.c Add an optimization to req_resp_hdrs_do_reassembly that shaves about 20% off 2013-05-24 02:31:26 +00:00
req_resp_hdrs.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
rtp_pt.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
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 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang 2013-04-22 21:26:24 +00:00
sigcomp-udvm.h
sigcomp_state_hdlr.c From beroset: 2013-03-20 01:18:10 +00:00
sigcomp_state_hdlr.h
sminmpec.h Change name on a define. 2013-04-16 18:12:56 +00:00
sna-utils.c From beroset: 2013-03-20 01:18:10 +00:00
sna-utils.h
stat_cmd_args.c From beroset: 2013-03-20 01:18:10 +00:00
stat_cmd_args.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
stats_tree.c From beroset: 2013-03-16 08:12:29 +00:00
stats_tree.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
stats_tree_priv.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
stream.c Don't wire into the reassembly code the notion that reassemblies should 2013-03-22 23:59:54 +00:00
stream.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
strnatcmp.c Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make use of it in editcap and mergecap for listing encapsulation types. For example: 2013-07-10 16:18:37 +00:00
strnatcmp.h Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make use of it in editcap and mergecap for listing encapsulation types. For example: 2013-07-10 16:18:37 +00:00
strutil.c Define certain 'const char *...' arrays as static. 2013-07-01 15:41:05 +00:00
strutil.h Make the minimum supported GLib version 2.16. 2013-05-20 17:27:05 +00:00
t35.c
t35.h
tap-voip.h
tap.c From beroset: 2013-03-20 01:18:10 +00:00
tap.h Add doxygen comments. 2013-05-03 17:33:13 +00:00
tcap-persistentdata.c From beroset: 2013-03-17 22:16:39 +00:00
tcap-persistentdata.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
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 Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
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 Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
tvbparse.c From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : 2013-03-02 23:05:27 +00:00
tvbparse.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00
tvbtest.c Add to tvbuffs a "fragment length" field; if the tvbuff represents the 2013-04-18 19:22:24 +00:00
tvbuff-int.h tvbuff: remove ->tvb_init() from ops 2013-07-10 19:25:49 +00:00
tvbuff.c Restore old composite_memcpy() prototype. Remove it from ops. 2013-07-11 05:51:19 +00:00
tvbuff.h Fix two problems in tvbuff.h 2013-07-11 06:08:28 +00:00
uat-int.h Add a "hidden" array of UAT entry data to allow separation between UAT file syntax errors and "syntactically correct, but invalid field". Now UAT files load all entries into the "hidden" array (raw_data), but only adds valid ones to the user_data, which is used by the dissectors. 2013-04-22 02:10:49 +00:00
uat.c Add a "hidden" array of UAT entry data to allow separation between UAT file syntax errors and "syntactically correct, but invalid field". Now UAT files load all entries into the "hidden" array (raw_data), but only adds valid ones to the user_data, which is used by the dissectors. 2013-04-22 02:10:49 +00:00
uat.h From beroset: 2013-03-12 06:40:13 +00:00
uat_load.l Add a "hidden" array of UAT entry data to allow separation between UAT file syntax errors and "syntactically correct, but invalid field". Now UAT files load all entries into the "hidden" array (raw_data), but only adds valid ones to the user_data, which is used by the dissectors. 2013-04-22 02:10:49 +00:00
value_string.c Revert part of r50415. As pointed out by Jakub, some of the value_string 2013-07-06 23:53:09 +00:00
value_string.h Implement str_to_val, opposite of val_to_str for value_strings. 2013-03-29 23:23:28 +00:00
x264_prt_id.h
xdlc.c Rename value string (and similar) functions to use a consistent pattern. This 2013-03-29 00:26:23 +00:00
xdlc.h Export libwireshark symbols using WS_DLL_PUBLIC define 2013-03-01 23:53:11 +00:00