Commit Graph

27521 Commits

Author SHA1 Message Date
Stig Bjørlykke b4f4444202 Copy optimization changes to ASN.1 sources.
svn path=/trunk/; revision=28378
2009-05-16 22:03:05 +00:00
Stig Bjørlykke cbcd176043 Improved name and abbrev used for sequence of and set of elements.
svn path=/trunk/; revision=28377
2009-05-16 22:01:19 +00:00
Jörg Mayer 1922d3ceee Jochen Bartl <jochen.bartl@gmail.com>
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2824

I have added the SCM header to the wlccp dissector. This header is present in
packets of base message type 0x01. You can find the specification in the
following document, when you search for "The table below shows the fields for
an SCM Advertisement Reply Message.":

http://www.freepatentsonline.com/y2005/0220054.html

It seems like the header structure in the document is wrong regarding the "SCM
Node ID" (MAC address) field. From looking at the hexdumps I found out that the
node id shows up in the header before the "Instance Age" field. There is also a
2 byte field between the node id and the instance age, which is always zero. I
have named this field  wlccp.scm_unknown_short, because I don't know what it is
for.

Me:

Fix two bugs that came up during testing but were present before the patch,
both involving wrong length handling triggering dissector assert and malformed
packet messages.



svn path=/trunk/; revision=28376
2009-05-16 16:31:54 +00:00
Anders Broman 0f9c96f8fd From Chidambaram Arunachalam:
SIP Patch to include support for Max-Breadth, Answer-Mode, Priv-Answer-Mode, Trigger-Consent and Permission Missing headers
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3463

svn path=/trunk/; revision=28375
2009-05-16 09:16:11 +00:00
Anders Broman ea4f4f08af Froim Vincent Helfre:
Fix issues with unaligned PER.

svn path=/trunk/; revision=28374
2009-05-15 18:39:33 +00:00
Anders Broman 1464f7ca84 Introduce decode_bits_in_field() and use it.
clean up some left owers from previous checkin.

svn path=/trunk/; revision=28373
2009-05-15 18:38:13 +00:00
Gerald Combs 54cfb39143 Prep for 1.2.0rc1.
svn path=/trunk/; revision=28372
2009-05-15 18:27:25 +00:00
Martin Mathieson 7ed080da5c Timing advance command is 6 bits.
svn path=/trunk/; revision=28371
2009-05-15 10:02:14 +00:00
Jörg Mayer ced7569727 Rename an CCX IE
svn path=/trunk/; revision=28370
2009-05-15 06:51:58 +00:00
Jörg Mayer 7bbfa31856 - All Frames that I currently know how to dissect include the FCS
- Decode Channel and (what probably is the) Timestamp

svn path=/trunk/; revision=28369
2009-05-15 06:48:25 +00:00
Jaap Keuter 88bf6d140f Update standards version.
svn path=/trunk/; revision=28368
2009-05-15 04:55:27 +00:00
Gerald Combs 93471e8eeb Remove an unused variable.
svn path=/trunk/; revision=28367
2009-05-15 00:07:10 +00:00
Gerald Combs 9a72434b1e Add support for process flow records to IPFIX, which required adding
support for vendor-specific IEs. Fix variable-length record handling. Add
conversation tracking to the UDP dissector and add process flow
information to TCP and UDP conversations.

This lets us run process flow collectors on one or more machines and
have the process username, PID, command name, etc. show up in the TCP
and UDP protocol trees.

svn path=/trunk/; revision=28366
2009-05-14 23:33:17 +00:00
Anders Broman bec2875b2b Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28365
2009-05-14 20:12:43 +00:00
Anders Broman 64a33ad7af Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28364
2009-05-14 20:04:28 +00:00
Anders Broman 4ec2c4ff47 Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28363
2009-05-14 19:28:07 +00:00
Anders Broman 5f538e901d Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28362
2009-05-14 19:11:43 +00:00
Anders Broman 2289fa0d21 Fix:
GSM DTAP: Incorrect decoding of MS Radio Access Capability Switch-Measure*
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3461

svn path=/trunk/; revision=28361
2009-05-14 18:26:18 +00:00
Martin Mathieson 4a16f077ce Backoff Indicator must now (March 09) be the first subheader in an RAR PDU.
svn path=/trunk/; revision=28360
2009-05-14 17:12:37 +00:00
Stig Bjørlykke e5aead71d1 Copy optimization changes to ASN.1 sources.
svn path=/trunk/; revision=28359
2009-05-14 09:29:22 +00:00
Jaap Keuter 5f900d062c Extend error reporting from PortAudio library.
svn path=/trunk/; revision=28358
2009-05-14 06:26:16 +00:00
Anders Broman 17e10d08fb Use tvb_new_child_real_data().
svn path=/trunk/; revision=28357
2009-05-14 05:36:48 +00:00
Anders Broman c91a384702 Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28356
2009-05-13 19:46:11 +00:00
Anders Broman fbd05f0fce Apply some of the patches from:
http://wiki.wireshark.org/Development/Optimization

svn path=/trunk/; revision=28355
2009-05-13 19:44:44 +00:00
Jörg Mayer 6d2afb455a Remove airpcap_get_all_channels_list, it isn't used
anywhere.

svn path=/trunk/; revision=28354
2009-05-13 17:46:16 +00:00
Jörg Mayer c3011f7b22 Forgot to convert the types in these files as well.
svn path=/trunk/; revision=28353
2009-05-13 17:43:03 +00:00
Jörg Mayer 32becb4637 () -> (void)
svn path=/trunk/; revision=28352
2009-05-13 17:29:13 +00:00
Stig Bjørlykke e4aa2ae13f Don't check if unsigned values are > 0.
Removed some unused variables and marked some unused arguments.

svn path=/trunk/; revision=28351
2009-05-13 17:13:03 +00:00
Gerald Combs 0a069bc6a3 Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.
Consolidate some common code. Rename a bunch of variables. Remove some
unused code.

Fix an offset flag bug in airpcap_loader.c.

This had to be merged by hand with r28349. Hopefully none of those
changes were clobbered.

svn path=/trunk/; revision=28350
2009-05-13 16:14:28 +00:00
Stig Bjørlykke 95be22667a Do not prototype static functions in the header file.
Removed some unused empty functions.
Mark some unused arguments.
Removed some unused variables.

svn path=/trunk/; revision=28349
2009-05-13 10:29:42 +00:00
Stig Bjørlykke a5c7194afc Make it compile without warnings on OSX.
Removed unused wep_closed_24.xpm.

svn path=/trunk/; revision=28348
2009-05-13 10:15:18 +00:00
Stig Bjørlykke c38de722d0 Fixed some compiler warnings on OSX.
Removed some unused variables.

svn path=/trunk/; revision=28347
2009-05-13 10:13:33 +00:00
Stig Bjørlykke afa8408b1c Removed some unused variables.
svn path=/trunk/; revision=28346
2009-05-13 10:04:58 +00:00
Stig Bjørlykke ccf0c65532 Initialize some uninitialized variables.
svn path=/trunk/; revision=28345
2009-05-13 10:03:12 +00:00
Stig Bjørlykke 182c7138e4 Removed an unused variable.
svn path=/trunk/; revision=28344
2009-05-13 10:02:23 +00:00
Stig Bjørlykke 062aa7a45f Make it compile without warnings on OSX.
svn path=/trunk/; revision=28343
2009-05-13 10:01:17 +00:00
Martin Mathieson 4dda12f0be - add direction filter to PDCP
- fix PDCP fields ("pdcp.*" -> "pdcp-lte.*")
- improve PDCP info column output (to be more like RLC)

svn path=/trunk/; revision=28342
2009-05-13 09:36:42 +00:00
Jörg Mayer 21dd65ec11 Hmm, HMODULE should have been void*
svn path=/trunk/; revision=28341
2009-05-13 06:29:14 +00:00
Jörg Mayer e699ac6498 Replace all Windows types by glib types - hopefully the
correct ones.
Use buildbot as a compile test on Windows.

This makes "configure --enable-airpcap && make" succeed
on Linux. It crashes the moment you click the wireless
settings button because some relevant information isn't
present (nullpointer deref).


svn path=/trunk/; revision=28340
2009-05-13 04:57:45 +00:00
Jörg Mayer 797bd60ef7 ULONG -> guint32
svn path=/trunk/; revision=28339
2009-05-13 04:51:48 +00:00
Bill Meier 910c5bd1a0 SYNOPSYS --> SYNOPSIS
svn path=/trunk/; revision=28338
2009-05-12 21:10:38 +00:00
Anders Broman 95c51c2e2d Make an epxpert item checking PC length.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3458

svn path=/trunk/; revision=28337
2009-05-12 17:48:48 +00:00
Bill Meier 927fabd0e5 Update man pages; Add several missing options; Fix typos, Do minor rewording;
editcap: Add description of -i option;
 dumpcap: Add description of -S option;

svn path=/trunk/; revision=28336
2009-05-12 16:24:57 +00:00
Bill Meier 4989352829 Update help text for capinfos, editcap, & etc. to match current development.
In some cases, remove option descriptions since the text 
 just repeats the help output.

svn path=/trunk/; revision=28335
2009-05-12 16:11:58 +00:00
Bill Meier fa920e48ed Minor cleanup of "-h" output text.
svn path=/trunk/; revision=28334
2009-05-12 16:06:14 +00:00
Stig Bjørlykke 3c0d24f3cb Lua support is no plugin.
svn path=/trunk/; revision=28333
2009-05-12 12:03:14 +00:00
Bill Meier f471a317dc test.sh: revise tests to handle revised capinfos output.
svn path=/trunk/; revision=28332
2009-05-11 18:57:08 +00:00
Jörg Mayer ec71e49011 Move the #if _WIN32 way inwards. This is needed to make
the whole thing link under Linux - of course we are still
a long way from the code being usable.
Oh, compiling will only work if the windows types get
replaced by glib types, but that is for another patch.


svn path=/trunk/; revision=28331
2009-05-11 18:46:19 +00:00
Jörg Mayer 54d5fdd08d #if 0 out an unused function declaration. Make it
match its implementation return type anyway.

The Airpcap icon should only depend of HAVE_AIRPCAP
but not on _WIN32


svn path=/trunk/; revision=28330
2009-05-11 18:29:23 +00:00
Martin Mathieson ea18cc4095 Enable preference to call LTE RRC for data inside PDCP frames.
svn path=/trunk/; revision=28329
2009-05-11 15:19:51 +00:00