Commit Graph

23889 Commits

Author SHA1 Message Date
Stig Bjørlykke 3b5f1bce7b Don't add newline before LIBCAP, as this is done correct in end_string().
svn path=/trunk/; revision=24563
2008-03-05 09:59:15 +00:00
Gerald Combs 2cc71b9b66 Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()
and call AirPDcapInitContext() where we were previously calling
AirPDcapCleanKeys(). If we're resetting our keys, we should reset our
SA list and other associated data as well.

svn path=/trunk/; revision=24562
2008-03-05 00:57:30 +00:00
Gerald Combs 626cd5efaa Add a POSIX capabilities blurb to get_compiled_version_info().
svn path=/trunk/; revision=24561
2008-03-04 23:57:55 +00:00
Stig Bjørlykke d9eba4345b Free the allocated range if not using it.
svn path=/trunk/; revision=24560
2008-03-04 23:15:11 +00:00
Stig Bjørlykke 6193d9d3c2 Add a inflateEnd() call to free up the stream in the re-init block.
svn path=/trunk/; revision=24559
2008-03-04 22:56:26 +00:00
Stig Bjørlykke 1e6d34261d get_persconffile_path() return malloc'd memory,
free it when we're done with the file name.

svn path=/trunk/; revision=24558
2008-03-04 22:02:24 +00:00
Jeff Morriss bb323055b2 match_strval() may return NULL so don't blindly pass its return value into col_add_*() or proto_add_*(); use val_to_str() (returning "Unknown (%d)" if no match is found) instead.
svn path=/trunk/; revision=24557
2008-03-04 21:05:21 +00:00
Gerald Combs 2da196a98b Add an item for Roofnet.
svn path=/trunk/; revision=24556
2008-03-04 21:03:43 +00:00
Jeff Morriss fc7b16d9df Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2331 : Replace match_strval() with val_to_str() returning "Unknown" if no match was found. This prevents us from passing a NULL pointer (which should replace a %s in the format string) which was causing g_vsnprintf() to core (at least on Solaris and, apparently, Windows).
svn path=/trunk/; revision=24555
2008-03-04 20:11:50 +00:00
Jeff Morriss ce40f3ba64 From Sven Meier: update the PRP dissector to the newest version of the standard. There is also now a Wiki page for this protocol: http://wiki.wireshark.org/PRP
svn path=/trunk/; revision=24554
2008-03-04 19:13:06 +00:00
Stig Bjørlykke 1b4857ee33 Initialize ipv6_addr before we use it.
svn path=/trunk/; revision=24553
2008-03-04 18:55:36 +00:00
Stig Bjørlykke 7647ca258b Ups, this free was not so smart...
svn path=/trunk/; revision=24552
2008-03-04 12:47:36 +00:00
Stig Bjørlykke 8c0e88cb8d Free allocated data.
svn path=/trunk/; revision=24550
2008-03-04 12:13:25 +00:00
Stig Bjørlykke fd906bb33a Free compiled dfilter after usage.
svn path=/trunk/; revision=24549
2008-03-04 12:12:41 +00:00
Guy Harris c2bd9290b0 Fix fields that are passed to proto_tree_add_uint64_format_value() to be
FT_UINT64 fields.

Partially clean up indentation (it is *NOT* guaranteed that tabs will be
set every 4 spaces!).

svn path=/trunk/; revision=24548
2008-03-04 09:27:14 +00:00
Guy Harris 1924881e9e For the "cigi.3_2_los_ext_response" field, use the variable that was
intended for it.

svn path=/trunk/; revision=24547
2008-03-04 08:58:08 +00:00
Anders Broman 5459fefbad Spoted by ChrisMaynard:
Duplicated names.

svn path=/trunk/; revision=24546
2008-03-04 05:55:11 +00:00
Anders Broman 781ed2c45e From ChrisMaynard:
packet-ptp.c(2183) : error C2220: warning treated as error - no object file generated
packet-ptp.c(2183) : warning C4244: 'function' : conversion from
'__int64 ' to 'double ', possible loss of data

patch to correct the problem.

svn path=/trunk/; revision=24545
2008-03-04 05:39:21 +00:00
Gerald Combs 7f097fdc9b Make sure we initialize a TVB. Fixes bug 2329.
svn path=/trunk/; revision=24543
2008-03-03 22:28:35 +00:00
Gerald Combs af7d55655c Add section IDs.
svn path=/trunk/; revision=24542
2008-03-03 22:05:25 +00:00
Gerald Combs 86b4477470 Add missing parts of the PCAP dissector.
svn path=/trunk/; revision=24541
2008-03-03 22:03:05 +00:00
Gerald Combs 356f8271c4 Fix compilation under gcc.
svn path=/trunk/; revision=24540
2008-03-03 22:01:29 +00:00
Anders Broman bc455661e2 From Markus Seehofer :
Updated the PTP Packet Dissector to the current Draft Version IEEE1588v2.2

svn path=/trunk/; revision=24539
2008-03-03 20:26:37 +00:00
Gerald Combs 8e0bae388f Cite the source of frequency allocation information.
svn path=/trunk/; revision=24538
2008-03-03 20:17:53 +00:00
Anders Broman 2c4c5a086b From Alan McBride :
BACnet handling of readPropertyMultiple request / response.

svn path=/trunk/; revision=24537
2008-03-03 20:15:05 +00:00
Anders Broman 76c146ee97 From Jason Seeliger:
Added support for CIGI 3.2 protocol to packet-cigi.c

svn path=/trunk/; revision=24536
2008-03-03 20:08:19 +00:00
Anders Broman b0e745eedf From Kai Blin:
Properly dissect all DirectPlay messages observed on the wire so far.

svn path=/trunk/; revision=24535
2008-03-03 19:57:09 +00:00
Anders Broman 74c27d330c Include the "UTRAN Iupc interface Positioning Calculation Application Part (PCAP)" dissector.
svn path=/trunk/; revision=24534
2008-03-03 19:56:01 +00:00
Jörg Mayer a9e61881b9 Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2257
svn path=/trunk/; revision=24533
2008-03-03 18:07:47 +00:00
Stephen Fisher ea297f369f Convert strcpy() calls to g_strlcpy()
svn path=/trunk/; revision=24532
2008-03-02 23:45:24 +00:00
Stig Bjørlykke f6026eb978 Rewrote to use g_strlcpy and g_strlcat.
svn path=/trunk/; revision=24531
2008-03-02 21:12:24 +00:00
Stig Bjørlykke 280d579242 Added missing array for hf_jxta_element2_encodingid.
svn path=/trunk/; revision=24530
2008-03-02 20:29:11 +00:00
Stig Bjørlykke f14a19d8b4 Added missing array for hf_h248_pkg_bcg_sig_bcr.
svn path=/trunk/; revision=24529
2008-03-02 20:19:32 +00:00
Stig Bjørlykke dcf73d5d79 Added missing array for hf_h248_pkg_annexc_encrypt_key,
hf_h248_pkg_annexc_flowconttx, hf_h248_pkg_annexc_dialingn and 
hf_h248_pkg_annexc_sdp_i.

svn path=/trunk/; revision=24528
2008-03-02 20:11:50 +00:00
Stig Bjørlykke 86e9711d4d Added missing array for hf_printer_priority, hf_printer_default_priority,
hf_printer_averageppm and hf_printer_jobs.

svn path=/trunk/; revision=24527
2008-03-02 19:47:04 +00:00
Bill Meier 0743b6f090 "Read 1 potential packet, wrote 1 packet": use packet or packets as appropriate
svn path=/trunk/; revision=24526
2008-03-01 20:39:31 +00:00
Stig Bjørlykke b091b8d26c Rewrote to use g_strlcpy and g_strlcat.
svn path=/trunk/; revision=24525
2008-03-01 17:23:39 +00:00
Jeff Morriss 346d46b8d0 From Steve via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278 : decoding of SSCOP ERAK was incorrect.
svn path=/trunk/; revision=24524
2008-03-01 16:29:18 +00:00
Jeff Morriss d970b9f59d Initialize asn1_ctx before using it. Fixes http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2317
svn path=/trunk/; revision=24523
2008-03-01 16:23:14 +00:00
Stig Bjørlykke 9cb03a761c Rewrote to use g_strlcat and g_strlcpy.
svn path=/trunk/; revision=24522
2008-03-01 13:58:15 +00:00
Stig Bjørlykke b20a8b1791 Rewrote to use g_strlcat and g_strlcpy.
svn path=/trunk/; revision=24521
2008-03-01 13:54:42 +00:00
Jaap Keuter fcf8509f69 Create proper dependancies for plugin.c
svn path=/trunk/; revision=24520
2008-03-01 12:31:01 +00:00
Jeff Morriss 08183dae43 Reindent libwireshark's LIBADD and DEPENDENCIES for readability
svn path=/trunk/; revision=24519
2008-03-01 12:15:19 +00:00
Jeff Morriss bc580e1aa0 All our programs link against glib so don't there's no need to link our libraries against it too. This should allow us to build Wireshark (with dynamic libs) with static glib (read: it should fix the OS X buildbot building with glib-1.2).
svn path=/trunk/; revision=24518
2008-03-01 12:14:38 +00:00
Stig Bjørlykke 34d9fa6c56 Add strncpy and strncat to the list of prohibited APIs.
svn path=/trunk/; revision=24517
2008-03-01 12:04:16 +00:00
Stig Bjørlykke 6b59696fd7 Added missing array for hf_snmp_big_counter_value.
svn path=/trunk/; revision=24516
2008-03-01 11:43:04 +00:00
Stig Bjørlykke 4c7d9c8de3 Added missing array for hf_alcap_pssiae_max_len and hf_alcap_ssiae_max_len.
svn path=/trunk/; revision=24515
2008-03-01 10:44:00 +00:00
Stig Bjørlykke a13c710c5c Added missing array for hf_afs_fs_ipaddr.
svn path=/trunk/; revision=24514
2008-03-01 10:43:04 +00:00
Michael Tüxen 4306c7037d Include epan/strutil.h for gtk-1.2 builds.
svn path=/trunk/; revision=24513
2008-03-01 10:23:57 +00:00
Michael Tüxen 5ccc995362 Include strutil.h to find g_strlcpy and g_strlcat in gtk-1.2 builds.
svn path=/trunk/; revision=24512
2008-03-01 09:05:40 +00:00