Commit Graph

31337 Commits

Author SHA1 Message Date
Anders Broman b3607a98ae From Toshihiro KATAOKA:
The decoded MSISDN AVP in 3GPP diameter AVP and the decoded MSISDN IE in 3GPP
GTPv2 IE are not correct. 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4638

svn path=/trunk/; revision=32377
2010-04-05 07:37:04 +00:00
Jaap Keuter fa1b1e9143 Replace GtkCList by GtkTreeView.
svn path=/trunk/; revision=32376
2010-04-04 21:32:27 +00:00
Stig Bjørlykke 209eafec01 From Jelmer Vernooij via bug 4640:
This patch adds a dissector for the Git smart server protocol (git://),
splitting the stream up into packets.

svn path=/trunk/; revision=32375
2010-04-04 20:30:33 +00:00
Gerald Combs 251fa1e36b [Automatic manuf and enterprise-numbers update for 2010-04-04]
svn path=/trunk/; revision=32372
2010-04-04 15:03:28 +00:00
Guy Harris b706db2b01 packet-ssl-utils.h now includes <stdio.h> itself.
svn path=/trunk/; revision=32371
2010-04-04 03:06:25 +00:00
Guy Harris 04e4e31296 Fix to match changes to the signatures of the real versions of those
functions.

svn path=/trunk/; revision=32370
2010-04-04 03:05:27 +00:00
Bill Meier f3710b8d26 Needs #include <stdio.h>.
svn path=/trunk/; revision=32369
2010-04-04 02:25:32 +00:00
Guy Harris f588599e6d packet-ssl-utils.h uses "FILE *"; at least on Solaris, we need to
include <stdio.h> to get "FILE *" declared.

svn path=/trunk/; revision=32368
2010-04-04 00:48:17 +00:00
Bill Meier 09764dd969 Remove unneeded #include <stdio.h>
svn path=/trunk/; revision=32367
2010-04-03 21:55:23 +00:00
Bill Meier 0d372283b3 (Trivial): indentation & whitespace cleanup.
svn path=/trunk/; revision=32366
2010-04-03 19:20:07 +00:00
Bill Meier 6812b68eb1 From Yaniv Kaul: constify parameters
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422

 From me: Fix a number of instances where the function prototype or
  the function definition wasn't changed so there was a mismatch 
  thus causing Windows (but not gcc) compilation errors.

svn path=/trunk/; revision=32365
2010-04-03 18:18:50 +00:00
Jaap Keuter 68ad976a55 Make UDP Multicast Stream dialog work again.
svn path=/trunk/; revision=32364
2010-04-03 11:42:18 +00:00
Balint Reczey d3352faa56 Fix compile error caused by the previous commit.
svn path=/trunk/; revision=32363
2010-04-02 21:14:30 +00:00
Balint Reczey 01fbe6644c Fix crash when double clicking in packet list area before capturing any packet.
The crash does not happen when using the new packet list.

svn path=/trunk/; revision=32362
2010-04-02 20:40:20 +00:00
Bill Meier d32b4c0758 Revert SVN #32360 until Windows compilation errors corrected.
svn path=/trunk/; revision=32361
2010-04-02 15:18:03 +00:00
Bill Meier 049f9eac85 From Yaniv Kaul: constify parameters
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4422

svn path=/trunk/; revision=32360
2010-04-02 14:37:49 +00:00
Jaap Keuter 9c05bc3bc5 Make the test compile.
svn path=/trunk/; revision=32359
2010-04-02 06:03:44 +00:00
Gerald Combs cf11d2690e Add -X stdin_descr to the man page.
svn path=/trunk/; revision=32358
2010-04-02 02:04:54 +00:00
Gerald Combs cc5d7670bd Keep a copy of the interface description and capture filter around so that
we can use it in the main window title during and after capture. Add a
"-X" option for providing a description for stdin.

svn path=/trunk/; revision=32357
2010-04-01 21:55:01 +00:00
Anders Broman dc5e066cae From sangaran:
8-bit Bit Flag decoder method needed in wimaxasncp plugin dissecto.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4608

svn path=/trunk/; revision=32356
2010-04-01 20:49:07 +00:00
Anders Broman 49d8719056 From KATAOKA Toshihiro:
Protocol preference for x2ap port.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4634

svn path=/trunk/; revision=32355
2010-04-01 20:20:25 +00:00
Anders Broman 5c2af3980f Fix Tag value wrong in ansi_map.asn file for ServiceId in ServiceRequest message.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4637

svn path=/trunk/; revision=32354
2010-04-01 20:07:17 +00:00
Bill Meier 7728979e61 From Aniruddha A: ANCP (Access Node Control Protocol) Dissector.
see: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4590

From me: A few minor changes:
- Make ancp_info a local variable rather than a static global variable;
- Use Stats ! ANCP   rather than Stats ! ANCP ! Packet Types.

svn path=/trunk/; revision=32353
2010-04-01 17:49:26 +00:00
Jeff Morriss 7930812798 Add Yi Yu (see bug 3543)
svn path=/trunk/; revision=32352
2010-04-01 12:51:33 +00:00
Kovarththanan Rajaratnam 73f3771046 Add readme to track modules
svn path=/trunk/; revision=32351
2010-04-01 10:13:47 +00:00
Kovarththanan Rajaratnam 7133f6944d Sync ZLIB from CMake trunk
svn path=/trunk/; revision=32350
2010-04-01 10:10:48 +00:00
Guy Harris 7b41a72801 Expand the comment explaining the workaround for the Snow Leopard
timeout bug.

Make the code for the workaround assume any 10.6.x release other than
10.6.2 requires it; that way we don't have to update the code until
either

	1) Apple fixes the bug in a later 10.6.x update

or

	2) Apple comes out with a major release that still has, or
	   reintroduces, the bug.

svn path=/trunk/; revision=32349
2010-04-01 00:27:25 +00:00
Michael Tüxen d87005b114 Enable pcap timeout workaround for Mac OS X 10.6.3, since the bug seems to be
back.

svn path=/trunk/; revision=32348
2010-03-31 23:37:42 +00:00
Gerald Combs ab71d9d92b 1.3.4 -> 1.3.5.
svn path=/trunk/; revision=32345
2010-03-31 22:54:07 +00:00
Anders Broman e7c985f0a8 From Jouni Malinen:
Dissect IEEE 802.11r and IEEE 802.11w features.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4626
With extra minor code cleanup.

svn path=/trunk/; revision=32342
2010-03-31 19:10:43 +00:00
Gerald Combs 5968d5220a Build 1.3.4.
svn path=/trunk/; revision=32340
2010-03-31 16:29:45 +00:00
Anders Broman 2867bd0f49 Use IANA asigned PPID and port.
svn path=/trunk/; revision=32338
2010-03-31 08:53:00 +00:00
Anders Broman 1257bf19bb From KATAOKA Toshihiro:
Add sctp default port for S1AP.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4630

svn path=/trunk/; revision=32337
2010-03-31 08:51:29 +00:00
Gerasimos Dimitriadis dc2ceaa379 Insert the function which analyzes Q.708 ISPCs in libwireshark.def
svn path=/trunk/; revision=32336
2010-03-31 05:36:31 +00:00
Bill Meier b2ea72b514 (Trivial) cleanup some indentation/whitespace.
svn path=/trunk/; revision=32335
2010-03-31 02:30:52 +00:00
Jörg Mayer 8ce032df9d Add missing svn properties
svn path=/trunk/; revision=32331
2010-03-30 23:44:25 +00:00
Gerasimos Dimitriadis 3915bb8bab Add routine and tables for analyzing International Signalling Point
Codes (ISPCs) according to Q.708. Update the MTP3 dissector to use
this function when the routing label carries ISPCs

svn path=/trunk/; revision=32329
2010-03-30 22:05:47 +00:00
Anders Broman bdfb16fda0 Revert commit 31798 and 31799 as requested by Johannes Berg
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4283
Follow up in 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4421

svn path=/trunk/; revision=32328
2010-03-30 21:20:48 +00:00
Gerald Combs b3a1cd8859 Temporary (?) fix for bug 4623.
svn path=/trunk/; revision=32327
2010-03-30 21:12:52 +00:00
Tomas Kukosa 6fe3d98de8 Do not reassemble messages if segment is not complete (packet size limited during capture)
svn path=/trunk/; revision=32326
2010-03-30 12:23:52 +00:00
Bill Meier 7f044ff6a2 Identify Richard Kümmel as the author of the EtherCAT dissector.
svn path=/trunk/; revision=32325
2010-03-29 20:35:51 +00:00
Bill Meier beb8d29ad6 From Richard Kümmel: Added the bitmasks for port 10 and port 11.
From me: As per Richard: Fix definitions of the bitfield for hf_esl_crcerror and
hf_esl_alignerror.

See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3677#c10


svn path=/trunk/; revision=32324
2010-03-29 16:52:47 +00:00
Anders Broman b75f17ca1b From Jim Young:
patch to gui_utils.c to allow the new packetlist to respond to left/right keystrokes
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4614

svn path=/trunk/; revision=32323
2010-03-28 20:22:09 +00:00
Anders Broman 6c26f4bafc Fix Bug 4388 "Expert Info Composite" : wrong font in tab "Details"
By commenting out gtk_widget_modify_font() in expert_dlg_init_table() as per Geralds comment.

svn path=/trunk/; revision=32322
2010-03-28 20:13:31 +00:00
Guy Harris 6ebf4bf0d2 From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-header
encapsulation a name different from the no-pseudo-header H4
encapsulation.

svn path=/trunk/; revision=32321
2010-03-28 19:35:14 +00:00
Stig Bjørlykke d1d432bd10 From Didier Gautheron via bug 4622:
Double and float are BASE_NONE not BASE_DEC.

svn path=/trunk/; revision=32320
2010-03-28 19:02:52 +00:00
Bill Meier 478e670dd0 From Ben Greear: Update to the LANforge dissector to handle newer protocol formats.
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4611
From me:
 - Remove #if 0'd #includes;
 - Use tvb_reported_length_remaining (instead of tvb_length_remaining)
 - Other minor cleanup (including whitespace).

svn path=/trunk/; revision=32319
2010-03-28 18:27:40 +00:00
Gerald Combs 79616817e8 [Automatic manuf and enterprise-numbers update for 2010-03-28]
svn path=/trunk/; revision=32316
2010-03-28 15:03:15 +00:00
Bill Meier c835846723 Convert tabs to spaces as per the comment in the file.
svn path=/trunk/; revision=32314
2010-03-27 18:43:12 +00:00
Guy Harris 1affa29048 Squelch some compiler warnings.
svn path=/trunk/; revision=32313
2010-03-27 18:27:17 +00:00