| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
proto_tree_add_expert_format, where applicable.
svn path=/trunk/; revision=50377
|
|
|
|
| |
svn path=/trunk/; revision=50337
|
|
|
|
| |
svn path=/trunk/; revision=50057
|
|
|
|
|
|
| |
NOTE: Kerberos ASN.1 template was updated, but not generated to source.
svn path=/trunk/; revision=49707
|
|
|
|
| |
svn path=/trunk/; revision=49312
|
|
|
|
|
|
|
| |
Add ansi_map as first generated file that uses exports (from gsm_map in
this case).
svn path=/trunk/; revision=49195
|
|
|
|
|
|
|
|
| |
Include the new file.
Use the new file.
Add cmake support to rebuild the gsm_map dissector.
svn path=/trunk/; revision=49194
|
|
|
|
| |
svn path=/trunk/; revision=49167
|
|
|
|
|
|
|
| |
It doesn't do anything yet, it is just to make svn status
readable again.
svn path=/trunk/; revision=49007
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was done using textual search+replace, not anything syntax-aware, so presumably
it got most comments as well (except where there were typos).
Use a consistent coding style, and make proper use of the WS_DLL_* defines.
Group the functions appropriately in the header.
I ended up getting rid of most of the explanatory comments since many of them
duplicated what was in the value_string.c file (and were out of sync with the
recent updates I made to those in r48633). Presumably most of the comments
should be in the .h file not the .c file, but there's enough churn ahead that
it's not worth fixing yet.
Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8467
svn path=/trunk/; revision=48634
|
|
|
|
| |
svn path=/trunk/; revision=48609
|
|
|
|
|
|
|
|
| |
hf_gsm_map_etsi_pdp_type_number.
#BACKPORT(1.6,1.8)
svn path=/trunk/; revision=48601
|
|
|
|
|
|
| |
#BACKPORT(1.6, 1.8)
svn path=/trunk/; revision=48597
|
|
|
|
|
|
| |
Do not tap an unknown Opration Code
svn path=/trunk/; revision=48539
|
|
|
|
| |
svn path=/trunk/; revision=48195
|
|
|
|
|
|
|
| |
Also remove old WS_VAR_IMPORT define and related Makefile magic
everywhere in the project.
svn path=/trunk/; revision=47992
|
|
|
|
|
|
| |
A detailed diagnostic information contains either a SMS-SUBMIT-REPORT or a SMS-DELIVERY-REPORT. Set P2P direction accordingly.
svn path=/trunk/; revision=47927
|
|
|
|
| |
svn path=/trunk/; revision=47496
|
|
|
|
| |
svn path=/trunk/; revision=47386
|
|
|
|
|
|
| |
We can be sure we've at least 0 bytes remaining in the TVB.
svn path=/trunk/; revision=47162
|
|
|
|
| |
svn path=/trunk/; revision=46518
|
|
|
|
| |
svn path=/trunk/; revision=46292
|
|
|
|
|
|
| |
Packets when two IMSI https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7882
svn path=/trunk/; revision=45687
|
|
|
|
| |
svn path=/trunk/; revision=45015
|
|
|
|
| |
svn path=/trunk/; revision=44605
|
|
|
|
| |
svn path=/trunk/; revision=44604
|
|
|
|
|
|
| |
Add support for Ericsson proprietary extensions to GSM MAP dissector
svn path=/trunk/; revision=44603
|
|
|
|
|
|
| |
hf_gsm_map_TBCD_digits (which is also used for IMEI, ASCI call reference, MS Group ID and MS Long Group ID on top of IMSI)
svn path=/trunk/; revision=44596
|
|
|
|
|
|
| |
same filter
svn path=/trunk/; revision=44595
|
|
|
|
|
|
| |
Management and Session Management protocols. Update filter names accordingly.
svn path=/trunk/; revision=44183
|
|
|
|
| |
svn path=/trunk/; revision=43641
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
|
|
| |
with gcc 4.3.2
svn path=/trunk/; revision=43059
|
|
|
|
| |
svn path=/trunk/; revision=43057
|
|
|
|
| |
svn path=/trunk/; revision=42720
|
|
|
|
|
|
| |
proto_tree_add_item() calls.
svn path=/trunk/; revision=42485
|
|
|
|
|
|
| |
originating address).
svn path=/trunk/; revision=42065
|
|
|
|
|
|
| |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6781
svn path=/trunk/; revision=41393
|
|
|
|
| |
svn path=/trunk/; revision=41319
|
|
|
|
| |
svn path=/trunk/; revision=41296
|
|
|
|
|
|
|
|
|
| |
Add dissectors for GSM and UMTS Cell Broadcast protocols.
( - the patch for gsmtap )
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6770
svn path=/trunk/; revision=40735
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For now use Jeff's fix:
"The REAL problem is that the GSM_MAP dissector is using this value_string_ext
in the hf without BASE_EXT_STRING:
{ &hf_gsm_old_localValue,
{ "localValue", "gsm_old.localValue",
FT_INT32, BASE_DEC, &gsm_old_GSMMAPOperationLocalvalue_vals_ext, 0,
"OperationLocalvalue", HFILL }},
This, in turn, appears to be caused because OperationLocalValue is an alias
for/of GSMMAPOperationLocalValue and only the latter is defined with
.USE_VALS_EXT.
I can fix it by doing:
Index: asn1/gsm_map/gsm_map.cnf
===================================================================
--- asn1/gsm_map/gsm_map.cnf (revision 39628)
+++ asn1/gsm_map/gsm_map.cnf (working copy)
@@ -54,6 +54,7 @@
#.USE_VALS_EXT
GSMMAPOperationLocalvalue
+OperationLocalvalue
#.EXPORTS
AddressString
But it seems to be that asn2wrs should arguably be figuring this out on its
own."
svn path=/trunk/; revision=40033
|
|
|
|
| |
svn path=/trunk/; revision=39711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dissector; instead built it only when the separate target (generate_export)
is built.
Built generate_export when building "all".
This prevents the exp_*.cnf files from being regenerated each time another one
of the exp_*.cnf files (which the current dissector depends on) has changed
(despite the fact that the exported types does not depe
Also fix the CLEANFILES definition so it actually cleans things.
svn path=/trunk/; revision=39421
|
|
|
|
| |
svn path=/trunk/; revision=39386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
them and then copying them over). The "all" target to builds these dissectors
now (instead of "generate_files" and/or "copy_files").
asn2wrs's "-O" option now means "the dissector goes in this directory" (rather
than "all output goes in this directory"); it also means that the "-s" (single
output file) option is now required.
Fix things up so that it's possible to build all of the ASN.1 dissectors in
one shot.
Fix building of conformance files when doing out-of-source-tree builds.
Unfortunately "make all" in the asn1 directory always builds something--I think
because of circular depedencies.
svn path=/trunk/; revision=39333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
the encoding parameter for proto_tree_add_item() calls which directly reference
an item in hf[] which has a type of:
FT_BOOLEAN
FT_IPv4
FT_EUI64
FT_GUID
FT_UINT_STRING
Also: For type FT_IPv6 use ENC_NA. (This was missed in SVN #39260)
svn path=/trunk/; revision=39332
|
|
|
|
| |
svn path=/trunk/; revision=39296
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dissectors:
Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
the encoding parameter for proto_tree_add_item() calls which directly reference
an item in hf[] which has a type of:
FT_UINT8
FT_UINT16
FT_UINT24
FT_UINT32
FT_UINT64
FT_INT8
FT_INT16
FT_INT24
FT_INT32
FT_INT64
FT_FLOAT
FT_DOUBLE
svn path=/trunk/; revision=39294
|
|
|
|
| |
svn path=/trunk/; revision=39183
|