| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=24556
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
standard. There is also now a Wiki page for this protocol: http://wiki.wireshark.org/PRP
svn path=/trunk/; revision=24554
|
|
|
|
| |
svn path=/trunk/; revision=24553
|
|
|
|
| |
svn path=/trunk/; revision=24552
|
|
|
|
| |
svn path=/trunk/; revision=24550
|
|
|
|
| |
svn path=/trunk/; revision=24549
|
|
|
|
|
|
|
|
|
| |
FT_UINT64 fields.
Partially clean up indentation (it is *NOT* guaranteed that tabs will be
set every 4 spaces!).
svn path=/trunk/; revision=24548
|
|
|
|
|
|
| |
intended for it.
svn path=/trunk/; revision=24547
|
|
|
|
|
|
| |
Duplicated names.
svn path=/trunk/; revision=24546
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=24543
|
|
|
|
| |
svn path=/trunk/; revision=24542
|
|
|
|
| |
svn path=/trunk/; revision=24541
|
|
|
|
| |
svn path=/trunk/; revision=24540
|
|
|
|
|
|
| |
Updated the PTP Packet Dissector to the current Draft Version IEEE1588v2.2
svn path=/trunk/; revision=24539
|
|
|
|
| |
svn path=/trunk/; revision=24538
|
|
|
|
|
|
| |
BACnet handling of readPropertyMultiple request / response.
svn path=/trunk/; revision=24537
|
|
|
|
|
|
| |
Added support for CIGI 3.2 protocol to packet-cigi.c
svn path=/trunk/; revision=24536
|
|
|
|
|
|
| |
Properly dissect all DirectPlay messages observed on the wire so far.
svn path=/trunk/; revision=24535
|
|
|
|
|
|
| |
(PCAP)" dissector.
svn path=/trunk/; revision=24534
|
|
|
|
| |
svn path=/trunk/; revision=24533
|
|
|
|
| |
svn path=/trunk/; revision=24532
|
|
|
|
| |
svn path=/trunk/; revision=24531
|
|
|
|
| |
svn path=/trunk/; revision=24530
|
|
|
|
| |
svn path=/trunk/; revision=24529
|
|
|
|
|
|
|
| |
hf_h248_pkg_annexc_flowconttx, hf_h248_pkg_annexc_dialingn and
hf_h248_pkg_annexc_sdp_i.
svn path=/trunk/; revision=24528
|
|
|
|
|
|
| |
hf_printer_averageppm and hf_printer_jobs.
svn path=/trunk/; revision=24527
|
|
|
|
| |
svn path=/trunk/; revision=24526
|
|
|
|
| |
svn path=/trunk/; revision=24525
|
|
|
|
|
|
| |
decoding of SSCOP ERAK was incorrect.
svn path=/trunk/; revision=24524
|
|
|
|
|
|
| |
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2317
svn path=/trunk/; revision=24523
|
|
|
|
| |
svn path=/trunk/; revision=24522
|
|
|
|
| |
svn path=/trunk/; revision=24521
|
|
|
|
| |
svn path=/trunk/; revision=24520
|
|
|
|
| |
svn path=/trunk/; revision=24519
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=24517
|
|
|
|
| |
svn path=/trunk/; revision=24516
|
|
|
|
| |
svn path=/trunk/; revision=24515
|
|
|
|
| |
svn path=/trunk/; revision=24514
|
|
|
|
| |
svn path=/trunk/; revision=24513
|
|
|
|
| |
svn path=/trunk/; revision=24512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change apply / prepare / ... as filter to use the field's value, which
is now stored in fdata as well as cinfo. Now we don't have to reprocess
the entire packet list when using these features. This also prevents
the use of these features from overwriting custom column information.
(custom columns can now be used in apply / prepare ... as filter)
- Break col_expr and col_expr_val out into a struct that is included not only
in cinfo, but now also fdata.
- Have col_custom_set_fstr() quote FT_STRING & FT_STRINGZ when storing the
col_expr_val value (for filter creation).
svn path=/trunk/; revision=24511
|
|
|
|
| |
svn path=/trunk/; revision=24510
|
|
|
|
|
|
| |
which is linked against glib. Hopefully this will fix the OS-X buildbot when building with glib-1 without breaking anything else.
svn path=/trunk/; revision=24509
|
|
|
|
|
|
|
|
| |
and "seconds since epoch".
This fixes bug 2315.
svn path=/trunk/; revision=24508
|
|
|
|
| |
svn path=/trunk/; revision=24507
|
|
|
|
| |
svn path=/trunk/; revision=24506
|
|
|
|
|
|
|
|
|
|
| |
"Invalid Path With Junction Present"
Fix get extended volume info to register correct name with NDS EID value. (added data type of 20 to extract string value)
Fix expert data for file handles to report file handle in expert data. (Added data type of 22 to extract bytes value)
svn path=/trunk/; revision=24505
|