| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
This time keep the tvb routines in epan.
Now we can use common crc routines outside epan.
svn path=/trunk/; revision=38810
|
|
|
|
| |
svn path=/trunk/; revision=38803
|
|
|
|
|
|
| |
This way we can use the crc routines in wiretap.
svn path=/trunk/; revision=38800
|
|
|
|
| |
svn path=/trunk/; revision=38403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug my previous patch introduced.
mate/:
- Unset G_DISABLE_DEPRECATED for the mate files.
CMakeLists.txt
configure.in:
- Build with -DG_DISABLE_DEPRECATED so further usage of
deprecated glib functions will be detected.
svn path=/trunk/; revision=38393
|
|
|
|
|
|
|
|
| |
In order to compile the whole project with -DG_DISABLE_DEPRECATED
the mate plugin needs to replace its usage of GMemChunk.
All other places should be clean.
svn path=/trunk/; revision=38392
|
|
|
|
| |
svn path=/trunk/; revision=38321
|
|
|
|
| |
svn path=/trunk/; revision=38254
|
|
|
|
|
|
|
|
| |
Clean up white space.
Clean up capitalization a bit.
svn path=/trunk/; revision=38253
|
|
|
|
| |
svn path=/trunk/; revision=38250
|
|
|
|
|
|
|
|
| |
Add Dissection of newly released PNIO IEC 61158 Version 2.3.
From me use ENC_BIG_ENDIAN.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6154
svn path=/trunk/; revision=38249
|
|
|
|
| |
svn path=/trunk/; revision=38150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
representation. Use it rather than a raw 0x10.
Add a DREP_ENC_INTEGER() macro that takes a pointer to the data
representation and returns either ENC_LITTLE_ENDIAN or ENC_BIG_ENDIAN;
use it for the encoding argument to proto_tree_add_item(), rather than
just the AND of drep[0] and DREP_LITTLE_ENDIAN, as it's not a boolean
any more, and for string values we'll be supporting character encodings
as well and thus won't be able to trust that the 0x10 bit will mean
"little endian".
Use ENC_NA for some other encoding values, i.e. for FT_BYTES and the
like.
Fix a couple of places in the DCOM dissector where we were passing the
byte-order bit rather than the field value to
proto_tree_add_uint_format().
Clean up white space.
svn path=/trunk/; revision=38128
|
|
|
|
|
|
|
|
| |
Decoding Phy Synchronization Field in wimax DL-MAP and Compressed DL-MAP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6068
svn path=/trunk/; revision=37921
|
|
|
|
|
|
|
|
|
|
| |
This patch includes alle modem capabilities from DOCSIS 3.0
Until now only modem capabilities 1-12 where implemented.
Now all capabilities 1-40 are included.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6070
svn path=/trunk/; revision=37892
|
|
|
|
|
|
|
|
| |
Update wimax DCD Message mac version values.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6069
svn path=/trunk/; revision=37891
|
|
|
|
|
|
|
|
| |
Wrong length of items in wimax Compressed DL-MAP and UL-MAP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6067
svn path=/trunk/; revision=37890
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Wireshark cannot decode wimax compressed DL-MAP without FCH burst.
Function is_down_link use the base station address (bs_address), which is set
in function dissect_wimax_fch_decoder.
Changed function is_down_link, it use packet_info->p2p_dir for check if packet
is downlink.
packet_info->p2p_dir set in GSMTAP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6066
svn path=/trunk/; revision=37889
|
|
|
|
|
|
|
|
|
|
| |
implement a named dissector for the PN/IO sub-protocol for
Profinet, as well as a heuristic dissector ("pn_io"), other protocols can
attach too.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6062
svn path=/trunk/; revision=37882
|
|
|
|
|
|
|
|
|
| |
Remove our local strerror implementation.
Mark strerror as locale unsafe API.
This fixes bug 5715.
svn path=/trunk/; revision=37812
|
|
|
|
| |
svn path=/trunk/; revision=37611
|
|
|
|
|
|
|
| |
Make interlink built-in dissector (from plugin).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6005
svn path=/trunk/; revision=37610
|
|
|
|
| |
svn path=/trunk/; revision=37608
|
|
|
|
| |
svn path=/trunk/; revision=37597
|
|
|
|
|
|
|
|
|
|
|
|
| |
I made 2 changes when merging the source into a single file:
1. Changed filtername to "siii" to match display filter fields (was quicker
than changing all display filter fields to "sercosiii"
2. Converted the "ett_siii arrays" to a single value. Each subtree doesn't
need its own ett_ value.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5990
svn path=/trunk/; revision=37574
|
|
|
|
| |
svn path=/trunk/; revision=37412
|
|
|
|
| |
svn path=/trunk/; revision=37411
|
|
|
|
|
|
| |
[UNUSED]
svn path=/trunk/; revision=37290
|
|
|
|
| |
svn path=/trunk/; revision=37281
|
|
|
|
|
|
|
| |
and hostnames in network byte order. Have it return everything in
network byte order.
svn path=/trunk/; revision=36873
|
|
|
|
| |
svn path=/trunk/; revision=36860
|
|
|
|
|
|
|
|
|
|
| |
warnings.
More fun with GArrays: cast away some warnings that don't report real
alignment problems and that wouldn't even happen if the "data" member of
a GArray were a "void *".
svn path=/trunk/; revision=36856
|
|
|
|
|
|
|
| |
alignment problems and that wouldn't even happen if the "data" member of
a GArray were a "void *".
svn path=/trunk/; revision=36855
|
|
|
|
|
|
| |
the warnings.
svn path=/trunk/; revision=36816
|
|
|
|
|
|
| |
their own subtree (as it appears was intended).
svn path=/trunk/; revision=36811
|
|
|
|
| |
svn path=/trunk/; revision=36802
|
|
|
|
|
|
| |
Always use the returned tree value of proto_tree_add_subtree (and not the item!)
svn path=/trunk/; revision=36801
|
|
|
|
| |
svn path=/trunk/; revision=36772
|
|
|
|
| |
svn path=/trunk/; revision=36756
|
|
|
|
| |
svn path=/trunk/; revision=36754
|
|
|
|
| |
svn path=/trunk/; revision=36725
|
|
|
|
| |
svn path=/trunk/; revision=36724
|
|
|
|
|
|
| |
CID 1163 - 1166
svn path=/trunk/; revision=36675
|
|
|
|
| |
svn path=/trunk/; revision=36583
|
|
|
|
| |
svn path=/trunk/; revision=36581
|
|
|
|
| |
svn path=/trunk/; revision=36580
|
|
|
|
|
|
| |
1169-1172.
svn path=/trunk/; revision=36500
|
|
|
|
| |
svn path=/trunk/; revision=36424
|
|
|
|
|
|
| |
CID 487
svn path=/trunk/; revision=36403
|
|
|
|
|
|
| |
CID 488
svn path=/trunk/; revision=36402
|