Commit Graph

30997 Commits

Author SHA1 Message Date
Guy Harris 25d49313cc "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better or
worse, has no include-once guards; include it only once.

svn path=/trunk/; revision=32110
2010-03-04 07:19:43 +00:00
Anders Broman b507e40fa7 From Mark Wallis:
Improvements to newHNBAP Iuh dissector
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4553
Removed check_col() from the patch as it's no longer needed.

svn path=/trunk/; revision=32109
2010-03-04 06:09:03 +00:00
Anders Broman ffbdfc3285 From Mark Wallis:
Improvements to new RUA Iuh dissector
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4552
Removed check_col() from the patch as it's no longer needed.

svn path=/trunk/; revision=32108
2010-03-04 05:56:59 +00:00
Guy Harris 7923c40e07 Include inet_pton.obj when building TShark, as we now need it.
(But it built on the Win64 buildbot; did Microsoft add it in later
releases?  If so, should we include it only if it's needed?)

svn path=/trunk/; revision=32107
2010-03-04 02:42:07 +00:00
Guy Harris a48001b2bf Include "capture_ifinfo.h" to get declarations we require.
svn path=/trunk/; revision=32106
2010-03-04 01:33:56 +00:00
Guy Harris 300acd0669 It uses isdigit(), so it requires <ctype.h>.
svn path=/trunk/; revision=32105
2010-03-04 01:33:19 +00:00
Guy Harris 167ab3a98c In Wireshark and TShark, run dumpcap to get interface lists and lists of
link-layer header types for interfaces; if special privileges are
necessary to open capture devices, Wireshark and TShark shouldn't have
those privileges, but dumpcap should.

svn path=/trunk/; revision=32104
2010-03-04 01:12:04 +00:00
Jaap Keuter 98d800bae8 Implementation of % bytes column.
Cleanup of souce code.

svn path=/trunk/; revision=32103
2010-03-03 23:04:06 +00:00
Guy Harris 4e6821c3aa Cast the result of the subtraction.
svn path=/trunk/; revision=32102
2010-03-03 21:44:41 +00:00
Guy Harris b38e0bb589 Squelch MSVC compiler warnings - this should really be done better, e.g.
with routines that can display times with a specified precision.

svn path=/trunk/; revision=32101
2010-03-03 21:03:59 +00:00
Jaap Keuter 572534fd0f Remove one too many columns, causing havoc on display and sorting.
svn path=/trunk/; revision=32100
2010-03-03 21:01:41 +00:00
Jaap Keuter 130f1d1170 Allow for other time presentations.
svn path=/trunk/; revision=32099
2010-03-03 20:35:50 +00:00
Anders Broman 5a445218f1 Make the clean target work.
svn path=/trunk/; revision=32098
2010-03-03 20:01:53 +00:00
Anders Broman 31622d1c34 Add oids_cleanup and oids_init to libwireshark.def to make it compile.
svn path=/trunk/; revision=32097
2010-03-03 19:23:12 +00:00
Balint Reczey e24d953fe1 Disable OID resolution and loading SMI modules by default.
Add an option to enable OID resolution.
Add an option to suppress errors reported by libsmi.

svn path=/trunk/; revision=32096
2010-03-03 17:19:30 +00:00
Martin Mathieson 5baac1de18 Fix crash where was overwriting buffer for large PDUs when tracking retxs.
svn path=/trunk/; revision=32095
2010-03-03 16:04:12 +00:00
Anders Broman a2ba94064d Set the link dir for DCCH_Messages.
svn path=/trunk/; revision=32094
2010-03-03 15:54:57 +00:00
Bill Meier f041bb3e19 Fix a gcc -Wshadow warning.
svn path=/trunk/; revision=32093
2010-03-03 15:47:28 +00:00
Martin Mathieson eba3b41978 Fix a test.
svn path=/trunk/; revision=32092
2010-03-03 15:38:37 +00:00
Martin Mathieson c40143abbc Fix re-NACk detection by updating channel *after* have compared with tap_info!
svn path=/trunk/; revision=32091
2010-03-03 15:34:44 +00:00
Anders Broman 87576533f7 Changed to use g_str_hash ()
sip_hash_func() function seem to not generate unique enough keys
if load generation tools are used with many thousands users.
Loading time ~5 min -> 30s

There is a memory leak in the sip_is_packet_resend area as well.

svn path=/trunk/; revision=32090
2010-03-03 15:29:38 +00:00
Anders Broman aaa917be72 remove check_col
svn path=/trunk/; revision=32089
2010-03-03 13:52:17 +00:00
Martin Mathieson 80d7644409 Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.
svn path=/trunk/; revision=32088
2010-03-03 11:57:21 +00:00
Jaap Keuter 905b2ea13a topic_menu_cb() used as callback returning gboolean. Thus make it so.
svn path=/trunk/; revision=32087
2010-03-02 21:21:38 +00:00
Martin Mathieson ebd8c30044 When looking at time differences between frames, round to nearest number of ms.
svn path=/trunk/; revision=32086
2010-03-02 18:41:35 +00:00
Martin Mathieson bec769f815 Add 'repeated-NACK' analysis.
This is a common symptom of serious problems.

svn path=/trunk/; revision=32085
2010-03-02 18:40:34 +00:00
Anders Broman 989d6cb6cf remove check_col
svn path=/trunk/; revision=32084
2010-03-02 16:43:22 +00:00
Anders Broman 1d86f42804 Update to 9.0.0
svn path=/trunk/; revision=32083
2010-03-02 11:23:26 +00:00
Anders Broman 149c7ae55f From Hitoshi Irino:
Displaying value and type of IPFIX reverse PEN elements in data records
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4399

svn path=/trunk/; revision=32082
2010-03-02 06:12:21 +00:00
Anders Broman c4d69e4453 From Luis Ontanon:
Check for duplicate entries in usmUserTable.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426

svn path=/trunk/; revision=32081
2010-03-02 05:44:04 +00:00
Guy Harris 0bd0d5939a Fix a typo.
svn path=/trunk/; revision=32080
2010-03-02 00:39:41 +00:00
Guy Harris 042b27ba9c Squelch some compiler warnings.
svn path=/trunk/; revision=32079
2010-03-02 00:26:51 +00:00
Guy Harris db82269fde Squelch some compiler warnings.
svn path=/trunk/; revision=32078
2010-03-02 00:18:48 +00:00
Guy Harris 9e2dc2cdfc Squelch some compiler warnings.
svn path=/trunk/; revision=32077
2010-03-02 00:11:42 +00:00
Guy Harris ba5564f32e Squelch some compiler warnings, clean up indentation, clean up a
comment.

svn path=/trunk/; revision=32076
2010-03-02 00:06:20 +00:00
Martin Mathieson 15e32b3c73 Re-order file, and give some types/vars more specific names.
svn path=/trunk/; revision=32075
2010-03-01 23:56:35 +00:00
Guy Harris cde1496de2 Squelch some compiler warnings.
svn path=/trunk/; revision=32074
2010-03-01 23:43:47 +00:00
Martin Mathieson e442f4e192 Use RLC inside MAC frames by default.
svn path=/trunk/; revision=32073
2010-03-01 22:53:28 +00:00
Guy Harris 09a7c78848 "Unit tests" is two words (at least in English).
svn path=/trunk/; revision=32072
2010-03-01 22:53:15 +00:00
Martin Mathieson 862dd48d35 Improve RLC AM sequence analysis by taking MAC retx into account.
svn path=/trunk/; revision=32071
2010-03-01 22:52:34 +00:00
Guy Harris b2ed58af77 Make it look a little like some other Makefile.common files, and get rid
of duplicate EXTRA_CNF.

svn path=/trunk/; revision=32070
2010-03-01 22:23:31 +00:00
Stig Bjørlykke 011aa07154 From LEGO via bug 4395:
Have the current_frame's last_item actually point to the last item.

svn path=/trunk/; revision=32069
2010-03-01 22:12:38 +00:00
Stig Bjørlykke aa6b8e1347 From LEGO via bug 4405:
Add the dot ('.') to the characters that can compose a name.

svn path=/trunk/; revision=32068
2010-03-01 22:11:20 +00:00
Guy Harris ceb816e721 Put the object file lists for various test programs into variables, and
use the variables, so the list of dependencies and the list of object
files used in the link command are the same (and so that they're
complete; the dependencies were, the link command lists weren't).

svn path=/trunk/; revision=32067
2010-03-01 19:17:05 +00:00
Anders Broman fb7dab8874 Dissect Content-type application/vnd.3gpp.sms
(Untested).

svn path=/trunk/; revision=32066
2010-03-01 18:03:37 +00:00
Anders Broman 50f7fa97dc from Colin O'Flynn:
6lowpan dissector: copy/paste error results in 64-bit source & 16-bit dest failing
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4545

svn path=/trunk/; revision=32065
2010-03-01 11:13:54 +00:00
Anders Broman 27295cace2 Try to get rid of unused code warnings.
svn path=/trunk/; revision=32064
2010-03-01 11:05:06 +00:00
Anders Broman 71d08408ab Try to get rid of unused code warnings.
svn path=/trunk/; revision=32063
2010-03-01 09:49:46 +00:00
Anders Broman 2f89e6c62b Try to get rid of unused code warnings.
svn path=/trunk/; revision=32062
2010-03-01 09:33:47 +00:00
Anders Broman 6a4c131442 Try to get rid of unused code warnings.
svn path=/trunk/; revision=32061
2010-03-01 09:30:45 +00:00