Commit Graph

9738 Commits

Author SHA1 Message Date
Jaap Keuter bd9ac16336 From Jim Young:
The attached patch augments the epan/dissectors/packet-frame.c module to optionally generate MD5 hashes of each packet.  These MD5 hashes are calculated in the same 
manner as the MD5 hash used for duplicate packet removal by the editcap utility.  

The ability to generate the MD5 hashes can be enabled or disabled by a new boolean preferences option: frame.generate_md5_hash.  By default MD5 hash generation is disabled.

To help identify frames with matching MD5 hashes this patch also includes a new
display filter: frame.md5_hash.

svn path=/trunk/; revision=27150
2009-01-04 12:08:17 +00:00
Martin Mathieson 1e5ab19726 Fix a typo.
svn path=/trunk/; revision=27149
2009-01-02 20:28:46 +00:00
Martin Mathieson 2137d6b3c6 Use LTE RRC dissector.
svn path=/trunk/; revision=27148
2009-01-02 01:37:55 +00:00
Anders Broman 5e2ccb0ecd Some more NAS updates.
svn path=/trunk/; revision=27147
2009-01-01 22:54:30 +00:00
Anders Broman 0e26b510ea Remove a debug output.
svn path=/trunk/; revision=27142
2008-12-31 16:39:39 +00:00
Anders Broman 9e61f345b9 From Thomas Dreibholz:
Improvements for the ASAP and ENRP dissectors.

svn path=/trunk/; revision=27141
2008-12-31 16:27:18 +00:00
Balint Reczey 43ac3652a3 Service response time statistics for MEGACO (GUI only).
svn path=/trunk/; revision=27140
2008-12-31 15:26:48 +00:00
Gerald Combs 80e2a01fae From Matt Briggs via bug 3062: Keep Lua from doing rude things to
the stack.

svn path=/trunk/; revision=27139
2008-12-31 01:20:20 +00:00
Jaap Keuter bc740b7822 From Gregor Jasny:
The dissect_aim_tlv_value_extended_data function does not work for iChat
generated rendezvous data. So I switched back to the generic value display.

Added another Rendezvous TLV name.

svn path=/trunk/; revision=27138
2008-12-30 22:00:59 +00:00
Martin Mathieson 6508f8ca1f Add some comments to uat_new().
svn path=/trunk/; revision=27134
2008-12-30 17:21:19 +00:00
Martin Mathieson 70dfbeaa27 Comment parameters in call to uat_new()
svn path=/trunk/; revision=27133
2008-12-30 17:17:14 +00:00
Balint Reczey 315c36c847 From yami <yamisoe@gmail.com>:
Expose pinfo->private_data to lua interface.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3129

svn path=/trunk/; revision=27132
2008-12-30 12:49:42 +00:00
Balint Reczey 4dab0f663e Show topology descriptor using unescaped whitespaces.
svn path=/trunk/; revision=27131
2008-12-30 12:23:28 +00:00
Balint Reczey 2c77634418 Do not dissect descriptors twice after topology descriptor.
svn path=/trunk/; revision=27130
2008-12-30 11:22:49 +00:00
Balint Reczey 824e42a248 Fixed topology descriptor dissection.
svn path=/trunk/; revision=27129
2008-12-30 10:25:05 +00:00
Anders Broman 421acac3db From Florian Lohoff:
Decode binary "Ascend-Data-Filter" vendor specific attribute in packet-radius
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2975

svn path=/trunk/; revision=27127
2008-12-29 15:24:08 +00:00
Anders Broman 11fbea953e From Florian Lohoff:
packet-radius.c - avp specific dissectors broken
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2974

svn path=/trunk/; revision=27126
2008-12-29 15:16:41 +00:00
Jaap Keuter 5f96568834 Update ARP hardware types from http://www.iana.org/assignments/arp-parameters/
svn path=/trunk/; revision=27120
2008-12-27 14:30:46 +00:00
Jaap Keuter 0f486eb479 Fix for bug 2839:
Add field for Client hardware address padding.

svn path=/trunk/; revision=27119
2008-12-27 14:28:10 +00:00
Anders Broman 058e9d2f20 Fix:
Wrong decoding IMSI with GSM MAP protocol
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3116

svn path=/trunk/; revision=27117
2008-12-26 21:19:13 +00:00
Bill Meier 19098177f3 Remove unneeded/incorrect properties
svn path=/trunk/; revision=27116
2008-12-26 17:02:08 +00:00
Guy Harris f6f84ae1dc Name changes to match libpcap name change of the corresponding DLT_
value.

svn path=/trunk/; revision=27113
2008-12-24 20:18:01 +00:00
Gerald Combs dc3ed1f1e6 C-ares version check fix from Frederic Leroy, modified by me.
svn path=/trunk/; revision=27112
2008-12-24 18:12:07 +00:00
Anders Broman f456b272be From Vincent Helfre:
Add col info.

svn path=/trunk/; revision=27106
2008-12-23 21:53:28 +00:00
Anders Broman eed1ce7a6a Add a cast.
svn path=/trunk/; revision=27105
2008-12-23 21:51:52 +00:00
Anders Broman e853c604b6 packet-gsm_a_common.c:728: warning: unused variable ‘lengt_length’
svn path=/trunk/; revision=27104
2008-12-23 21:29:20 +00:00
Martin Mathieson 19489d96e4 Call new LTE MAC dissector when find in file.
svn path=/trunk/; revision=27103
2008-12-23 21:22:47 +00:00
Martin Mathieson b1304e8dcf Add LTE MAC files to build.
svn path=/trunk/; revision=27102
2008-12-23 21:00:45 +00:00
Martin Mathieson e53e8363cf Initial Checkin of LTE MAC (3GPP 36.321)
svn path=/trunk/; revision=27101
2008-12-23 21:00:04 +00:00
Anders Broman b631b88d61 Implement TLV-E and LV-E type IE dissection (2 byte length value).
svn path=/trunk/; revision=27100
2008-12-23 20:49:15 +00:00
Guy Harris d2cbbe0a2a Handle the new DLT_USB_LINUX_MMAP link-layer type.
svn path=/trunk/; revision=27099
2008-12-23 19:50:21 +00:00
Gerald Combs c30c410fa5 Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_
conversion.

svn path=/trunk/; revision=27098
2008-12-23 18:56:31 +00:00
Gerald Combs 218ec164c6 GeoIP expects IPv4 addresses in host byte order.
svn path=/trunk/; revision=27097
2008-12-23 18:17:01 +00:00
Gerald Combs 8f375871c1 Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fix
c-ares name resolution.

svn path=/trunk/; revision=27096
2008-12-23 18:15:09 +00:00
Jaap Keuter 38fc4d7e69 From Gursel Mutlu:
WPS defines usage of UUID values for both enrollee and registrar. They are both
16-byte values as defined in RFC 4122 for UUID. Current code on SVN repository
dissectors these values as they are 8 bytes long.

svn path=/trunk/; revision=27095
2008-12-23 17:39:19 +00:00
Balint Reczey a5622ba415 Do not include init.lua in distribution tar.gz.
svn path=/trunk/; revision=27094
2008-12-23 17:01:59 +00:00
Jaap Keuter 11b17818a1 From Didier Gautheron:
In follow.c there's stuff like: DISSECTOR_ASSERT(... fwrite( data, 1, sc->dlen, data_out_file )
If DISSECTOR_ASSERT is defined as a noop then fwrite is not called.

svn path=/trunk/; revision=27093
2008-12-23 14:50:28 +00:00
Guy Harris 880180dd6b Don't use fancy quote characters that don't fit in ASCII; just use
Boring Old ASCII Quotes.  That way, you don't have to worry about which
character set a program reading the file is expecting.  Fixes bug 3157.

Fix some typoes in comments while we're at it.

svn path=/trunk/; revision=27091
2008-12-23 00:22:07 +00:00
Guy Harris 3dd525b5a2 err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,
given that we're using #defines for NO_ERROR_DETECTED and
UNCORRECTIBLE_ERROR, the table is 2x128, rather than 8x32 like the other
tables, so I probably had a loop that advanced by 8 elements but printed
only 2 of them).

svn path=/trunk/; revision=27090
2008-12-22 20:24:41 +00:00
Guy Harris 7dc13568c4 Update URLs for Cell Relay Retreat CRC information.
svn path=/trunk/; revision=27089
2008-12-22 20:08:27 +00:00
Bill Meier 074c1469e0 Initialize a variable to keep lint happy. reported by Chris Maynard in bug #2814
svn path=/trunk/; revision=27087
2008-12-22 16:10:11 +00:00
Bill Meier 15f02081b3 Fix a typo
svn path=/trunk/; revision=27084
2008-12-22 15:22:07 +00:00
Bill Meier 154c440e88 Best guess fix for missing initializer in array of string pointers;
Issue reported by Chris Maynard in Bug #2813.

svn path=/trunk/; revision=27083
2008-12-22 14:03:00 +00:00
Anders Broman d7cd8b410b From Pascal Quantin:
3GPP dissectors: do not go back to tree root when decoding an encapsulated message
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3132

svn path=/trunk/; revision=27081
2008-12-22 12:44:40 +00:00
Anders Broman 92fb6ca65f From Michael Lum:
Minor enhancement for for MEID/pESN
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3100

svn path=/trunk/; revision=27079
2008-12-22 12:05:56 +00:00
Anders Broman a7cf5b830d Add frame type index filter for AMR if sent using bandwidth efficient mode.
Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3148

svn path=/trunk/; revision=27078
2008-12-22 11:27:55 +00:00
Guy Harris 29a7854093 Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()
back to libwiretap for now, as it's inherently tied to reading libpcap
files; at some point we might want to have pcap-reading (and
pcap-ng-reading?) code in a separate library, for use by, for example,
dumpcap (and rawshark?).

svn path=/trunk/; revision=27076
2008-12-22 00:06:12 +00:00
Gerald Combs 8552316c75 geoip_get_paths -> geoip_db_get_paths.
svn path=/trunk/; revision=27069
2008-12-20 01:15:21 +00:00
Bill Meier ea2d615dd7 Fix some typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27068
2008-12-20 01:01:28 +00:00
Guy Harris fa910fac19 Add a newline to the end of the file.
svn path=/trunk/; revision=27067
2008-12-20 00:29:05 +00:00