Commit graph

30941 commits

Author SHA1 Message Date
Anders Broman
c126a3970b From Erwin van Eijk:
Add ETSI ts101671 dissector
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543
I added dissection of 
	UmtsQos,
	IMSevent,
	LDIevent,
	TARGETACTIVITYMONITOR-1
	TARGETACTIVITYMONITORind,
	TARGETCOMMSMONITORind,
	TTRAFFICind,
	CTTRAFFICind
And used the original HI2Operations ASN1 file.l

svn path=/trunk/; revision=32053
2010-02-28 20:51:24 +00:00
Anders Broman
eb4d702bfa From Erwin van Eijk:
Add ETSI ts101671 dissector
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4543
I added dissection of 
	UmtsQos,
	IMSevent,
	LDIevent,
	TARGETACTIVITYMONITOR-1
	TARGETACTIVITYMONITORind,
	TARGETCOMMSMONITORind,
	TTRAFFICind,
	CTTRAFFICind
And used the original HI2Operations ASN1 file.l

svn path=/trunk/; revision=32052
2010-02-28 20:49:06 +00:00
Martin Mathieson
58edf76433 Fix test for AM Rx window, and add a seqnum.analysis.ok field.
svn path=/trunk/; revision=32051
2010-02-28 20:43:04 +00:00
Stig Bjørlykke
cd55a9d56e Build dependencies for x509ce and x509sat.
svn path=/trunk/; revision=32050
2010-02-28 18:53:50 +00:00
Martin Mathieson
9a1100ce5a Add 'missing SDUs' to tap info / RLC stats window.
Also includes typo fixes from Pascal Quantin.

svn path=/trunk/; revision=32049
2010-02-28 18:42:41 +00:00
Gerald Combs
e95c25e598 [Automatic manuf and enterprise-numbers update for 2010-02-28]
svn path=/trunk/; revision=32046
2010-02-28 16:03:30 +00:00
Kovarththanan Rajaratnam
cebb5f25d4 Add address_to_str.c
svn path=/trunk/; revision=32045
2010-02-28 06:56:15 +00:00
Martin Mathieson
76d5a1eb75 Add some AM sequence analysis.
svn path=/trunk/; revision=32044
2010-02-28 02:18:35 +00:00
Martin Mathieson
b4c327043b When tapping RLC PDUs contained in MAC frames, ignore PDUs that aren't in MAC frames.
svn path=/trunk/; revision=32043
2010-02-28 02:16:32 +00:00
Guy Harris
3b845dcce0 Move a routine into dumpcap - it's not used outside dumpcap.
svn path=/trunk/; revision=32042
2010-02-27 23:32:08 +00:00
Guy Harris
13152548f6 Squelch compiler warnings.
Add a break statement where it appears to have been missing.

svn path=/trunk/; revision=32041
2010-02-27 23:14:50 +00:00
Guy Harris
47ec37c44e tvbtest needs bytes_to_str() and bytes_to_str_punct(), and they're now
in to_str.c.

svn path=/trunk/; revision=32040
2010-02-27 22:42:01 +00:00
Jaap Keuter
9417ceec42 Clean up implementation.
svn path=/trunk/; revision=32039
2010-02-27 22:12:43 +00:00
Guy Harris
adde80ad43 From Jakub Zawadzki: split off the address-to-string functions, except
for ip_to_str_buf(), into address_to_str.c.

Fix up the SVN attributes for time_fmt.h while we're at it.

svn path=/trunk/; revision=32038
2010-02-27 21:41:12 +00:00
Jaap Keuter
0c12762330 Add two missing headerfields which were missing in revision 32033.
svn path=/trunk/; revision=32037
2010-02-27 21:09:25 +00:00
Guy Harris
45bed99e2b Squelch some compiler warnings.
svn path=/trunk/; revision=32036
2010-02-27 20:12:47 +00:00
Guy Harris
0811fba435 Squelch a compiler warning.
svn path=/trunk/; revision=32035
2010-02-27 19:15:36 +00:00
Guy Harris
500eb99cd9 Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
date as YYYY/DDD, where DDD is a 1-origin day of year.  Move the formats
to a "time_fmt.h" file, included by the headers that use it.  Have
abs_time_to_str() and abs_time_secs_to_str() take the date format value,
rather than a Boolean "show this as UTC" flag, as an argument.  Document
the ABSOLUTE_TIME_ formats a bit better.  Use that format in the CCSDS
and VCDU dissectors, rather than having those dissectors do the
formatting themselves.

svn path=/trunk/; revision=32034
2010-02-27 19:01:27 +00:00
Jaap Keuter
9dd11bb90e From Alexis La Goutte:
Add support of notify msg type for RFC3706 Dead Peer Detection (DPD)
and dissect DPD Sequence.
Cleanup and enhancement for dissect CFG attributes.

svn path=/trunk/; revision=32033
2010-02-27 18:55:11 +00:00
Stig Bjørlykke
0d51423cb0 Regenerated to get a constrained bitstring.
svn path=/trunk/; revision=32032
2010-02-27 16:48:07 +00:00
Balint Reczey
eef2b5a361 Revert accidentally committed change
svn path=/trunk/; revision=32031
2010-02-27 13:24:42 +00:00
Stig Bjørlykke
bb6bebdad4 Build dependencies for acse.
svn path=/trunk/; revision=32030
2010-02-27 11:45:54 +00:00
Stig Bjørlykke
2d2d93b70e Build dependencies for p7.
svn path=/trunk/; revision=32029
2010-02-27 11:41:45 +00:00
Stig Bjørlykke
5ddb174c3a Build dependencies ros and rtse.
svn path=/trunk/; revision=32028
2010-02-27 11:39:18 +00:00
Guy Harris
c1efdf167a Fix some types, to squelch compiler warnings (this should introduce
another valid warning, if you've turned the warnings up high enough; we
need to generate a zlib version of stdout).

svn path=/trunk/; revision=32027
2010-02-27 02:23:44 +00:00
Guy Harris
79c2cf4c30 Temporarily un-staticize utc_to_julian(); it needs to be hoisted up into
libwireshark, for use by multiple dissectors.

svn path=/trunk/; revision=32026
2010-02-27 01:43:10 +00:00
Guy Harris
ca4125eb5e Staticize.
svn path=/trunk/; revision=32025
2010-02-27 01:18:21 +00:00
Guy Harris
ce3c4b2370 Get rid of unnecessary casting away of const.
svn path=/trunk/; revision=32024
2010-02-27 01:12:24 +00:00
Guy Harris
64fc28d937 Squelch warning (I think some compiler out there, perhaps AIX's, will
fail on that).

svn path=/trunk/; revision=32023
2010-02-27 01:03:16 +00:00
Guy Harris
7d7a964d3f Constify and staticize.
svn path=/trunk/; revision=32022
2010-02-27 01:02:19 +00:00
Guy Harris
e6e56a0652 Constify and clean up indentation.
svn path=/trunk/; revision=32021
2010-02-27 00:55:55 +00:00
Guy Harris
f3b4098040 Constify.
Don't have variables that point to string constants, just make the
string constants be static const arrays.

strlen(array of unspecified size initialized with a string) ==
sizeof array - 1; the latter can be computed at compile time.

svn path=/trunk/; revision=32020
2010-02-27 00:51:14 +00:00
Guy Harris
85fccb7f91 Constify, clean up indentation.
svn path=/trunk/; revision=32019
2010-02-27 00:43:44 +00:00
Guy Harris
8e7809038a Handle C++ code, such as the wsgd plugin.
svn path=/trunk/; revision=32018
2010-02-26 23:05:02 +00:00
Balint Reczey
866c5a1733 From Vincent Bernat <bernat@debian.org>:
Refine workaroud for preventing libsmi error.

svn path=/trunk/; revision=32017
2010-02-26 19:07:01 +00:00
Bill Meier
af69a7236a Use consistent indentation.
svn path=/trunk/; revision=32016
2010-02-26 15:08:12 +00:00
Guy Harris
17392a865a Move the definitions of all the private data structures out of
wtap-int.h, and change the unions of pointers to those private data
structures into just void *'s.

Have the generic wtap close routine free up the private data, rather
than the type-specific close routine, just as the wtap_dumper close
routine does for its private data.  Get rid of close routines that don't
do anything any more.

svn path=/trunk/; revision=32015
2010-02-26 07:59:54 +00:00
Guy Harris
c4dd5ca6f3 Add Kerberos to the list of ASN.1 protocols.
svn path=/trunk/; revision=32012
2010-02-26 01:39:37 +00:00
Guy Harris
49c42be03f Add Kerberos to the list of BER ASN.1 protocols. Add some more
protocols to the list of those to clean, and sort the list of clean
rules to match the order of the protocols above.

svn path=/trunk/; revision=32011
2010-02-26 01:39:18 +00:00
Bill Meier
a6b4ca6d61 GtkCombo --> GtkComboBoxEntry
svn path=/trunk/; revision=32010
2010-02-25 23:37:55 +00:00
Guy Harris
207a75388a Have parse_ascend() return:
PARSED_RECORD if we got a packet;

    PARSED_NONRECORD if the parser succeeded but didn't see a packet;

    PARSE_FAILED if the parser failed.

Treat anything other than PARSED_RECORD as a failure, for now; I'm not
sure why we were treating "parser succeeded but didn't see a packet" as
success, as that was causing us to recognize some non-Ascend-output text
files as Ascend files and to return "records" with bogus caplen and len
values.

svn path=/trunk/; revision=32009
2010-02-25 20:45:59 +00:00
Martin Mathieson
def01f5c66 When filtering on MAC PDUs, filter only on MAC PDUs.
svn path=/trunk/; revision=32008
2010-02-25 20:27:33 +00:00
Bill Meier
02296387b0 Rename a number of variables for clarity.
svn path=/trunk/; revision=32007
2010-02-25 20:06:16 +00:00
Balint Reczey
339131d835 Prevent potential crash in libsmi.
From: Vincent Bernat <bernat@debian.org>

svn path=/trunk/; revision=32006
2010-02-25 19:28:58 +00:00
Jaap Keuter
59c1e948e3 Fix for bug 2478:
"Push to test. Release to detonate."

svn path=/trunk/; revision=32005
2010-02-25 17:41:57 +00:00
Jörg Mayer
914983a0dc Almost working out-of-tree builds for the documentation,
with a few hacks right now:
- The tip.png, warning.png and note.png images are missing from the
  pdfs and I have no idea how to tell fop how to find them.
- Disabling/enabling building the guides via option currently doesn't
  work (probably too many macros :-), so comment out the subdir instead.
- Right now, in order to build the devleopers guide we need to do the
  following in the source docbook directory:
  touch wsdg_graphics/toolbar/dummy.dummy

Apart from these: The build works with a pristine docbook dir
(svn status --no-ignore).

svn path=/trunk/; revision=32004
2010-02-25 12:30:44 +00:00
Jörg Mayer
480582e8e9 libepan -> libwireshark
svn path=/trunk/; revision=32003
2010-02-25 09:26:27 +00:00
Stig Bjørlykke
ebedd2a567 Added packet-rua.c
svn path=/trunk/; revision=32002
2010-02-25 08:27:14 +00:00
Stig Bjørlykke
6cf41668c2 Move rua to dirty dissectors.
svn path=/trunk/; revision=32001
2010-02-25 08:26:25 +00:00
Kovarththanan Rajaratnam
947e7e3768 Fix typo in previous commit (trailing backslash)
svn path=/trunk/; revision=32000
2010-02-25 07:47:35 +00:00