aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-0419-368/+511
| | | | | | | | 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
* Implementation of % bytes column.Jaap Keuter2010-03-031-54/+74
| | | | | | Cleanup of souce code. svn path=/trunk/; revision=32103
* Cast the result of the subtraction.Guy Harris2010-03-031-2/+2
| | | | svn path=/trunk/; revision=32102
* Squelch MSVC compiler warnings - this should really be done better, e.g.Guy Harris2010-03-031-2/+2
| | | | | | with routines that can display times with a specified precision. svn path=/trunk/; revision=32101
* Remove one too many columns, causing havoc on display and sorting.Jaap Keuter2010-03-031-1/+0
| | | | svn path=/trunk/; revision=32100
* Allow for other time presentations.Jaap Keuter2010-03-033-88/+90
| | | | svn path=/trunk/; revision=32099
* Make the clean target work.Anders Broman2010-03-032-0/+34
| | | | svn path=/trunk/; revision=32098
* Add oids_cleanup and oids_init to libwireshark.def to make it compile.Anders Broman2010-03-031-0/+2
| | | | svn path=/trunk/; revision=32097
* Disable OID resolution and loading SMI modules by default.Balint Reczey2010-03-036-10/+127
| | | | | | | Add an option to enable OID resolution. Add an option to suppress errors reported by libsmi. svn path=/trunk/; revision=32096
* Fix crash where was overwriting buffer for large PDUs when tracking retxs.Martin Mathieson2010-03-031-6/+10
| | | | svn path=/trunk/; revision=32095
* Set the link dir for DCCH_Messages.Anders Broman2010-03-032-37/+10
| | | | svn path=/trunk/; revision=32094
* Fix a gcc -Wshadow warning.Bill Meier2010-03-031-2/+0
| | | | svn path=/trunk/; revision=32093
* Fix a test.Martin Mathieson2010-03-031-2/+2
| | | | svn path=/trunk/; revision=32092
* Fix re-NACk detection by updating channel *after* have compared with tap_info!Martin Mathieson2010-03-031-19/+11
| | | | svn path=/trunk/; revision=32091
* Changed to use g_str_hash ()Anders Broman2010-03-031-3/+9
| | | | | | | | | | 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
* remove check_colAnders Broman2010-03-0316-202/+131
| | | | svn path=/trunk/; revision=32089
* Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.Martin Mathieson2010-03-031-0/+25
| | | | svn path=/trunk/; revision=32088
* topic_menu_cb() used as callback returning gboolean. Thus make it so.Jaap Keuter2010-03-022-9/+9
| | | | svn path=/trunk/; revision=32087
* When looking at time differences between frames, round to nearest number of ms.Martin Mathieson2010-03-021-9/+9
| | | | svn path=/trunk/; revision=32086
* Add 'repeated-NACK' analysis.Martin Mathieson2010-03-021-16/+201
| | | | | | This is a common symptom of serious problems. svn path=/trunk/; revision=32085
* remove check_colAnders Broman2010-03-021-42/+21
| | | | svn path=/trunk/; revision=32084
* Update to 9.0.0Anders Broman2010-03-028-9/+55
| | | | svn path=/trunk/; revision=32083
* From Hitoshi Irino:Anders Broman2010-03-021-343/+346
| | | | | | | 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
* From Luis Ontanon:Anders Broman2010-03-022-19/+71
| | | | | | | Check for duplicate entries in usmUserTable. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426 svn path=/trunk/; revision=32081
* Fix a typo.Guy Harris2010-03-021-1/+1
| | | | svn path=/trunk/; revision=32080
* Squelch some compiler warnings.Guy Harris2010-03-021-24/+24
| | | | svn path=/trunk/; revision=32079
* Squelch some compiler warnings.Guy Harris2010-03-022-17/+17
| | | | svn path=/trunk/; revision=32078
* Squelch some compiler warnings.Guy Harris2010-03-021-4/+4
| | | | svn path=/trunk/; revision=32077
* Squelch some compiler warnings, clean up indentation, clean up aGuy Harris2010-03-024-25/+27
| | | | | | comment. svn path=/trunk/; revision=32076
* Re-order file, and give some types/vars more specific names.Martin Mathieson2010-03-011-99/+97
| | | | svn path=/trunk/; revision=32075
* Squelch some compiler warnings.Guy Harris2010-03-013-11/+11
| | | | svn path=/trunk/; revision=32074
* Use RLC inside MAC frames by default.Martin Mathieson2010-03-011-1/+4
| | | | svn path=/trunk/; revision=32073
* "Unit tests" is two words (at least in English).Guy Harris2010-03-011-1/+1
| | | | svn path=/trunk/; revision=32072
* Improve RLC AM sequence analysis by taking MAC retx into account.Martin Mathieson2010-03-013-29/+96
| | | | svn path=/trunk/; revision=32071
* Make it look a little like some other Makefile.common files, and get ridGuy Harris2010-03-011-9/+6
| | | | | | of duplicate EXTRA_CNF. svn path=/trunk/; revision=32070
* From LEGO via bug 4395:Stig Bjørlykke2010-03-011-0/+2
| | | | | | Have the current_frame's last_item actually point to the last item. svn path=/trunk/; revision=32069
* From LEGO via bug 4405:Stig Bjørlykke2010-03-011-2/+2
| | | | | | Add the dot ('.') to the characters that can compose a name. svn path=/trunk/; revision=32068
* Put the object file lists for various test programs into variables, andGuy Harris2010-03-011-11/+25
| | | | | | | | 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
* Dissect Content-type application/vnd.3gpp.smsAnders Broman2010-03-011-0/+6
| | | | | | (Untested). svn path=/trunk/; revision=32066
* from Colin O'Flynn:Anders Broman2010-03-011-1/+1
| | | | | | | 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
* Try to get rid of unused code warnings.Anders Broman2010-03-012-108/+88
| | | | svn path=/trunk/; revision=32064
* Try to get rid of unused code warnings.Anders Broman2010-03-012-176/+90
| | | | svn path=/trunk/; revision=32063
* Try to get rid of unused code warnings.Anders Broman2010-03-012-19/+1
| | | | svn path=/trunk/; revision=32062
* Try to get rid of unused code warnings.Anders Broman2010-03-015-145/+45
| | | | svn path=/trunk/; revision=32061
* Dissect error code.Anders Broman2010-03-0113-88/+444
| | | | svn path=/trunk/; revision=32060
* Add packet-HI2Operations.cKovarththanan Rajaratnam2010-03-011-0/+1
| | | | svn path=/trunk/; revision=32059
* Add the missing .cnf file and try to fix unused code warnings.Anders Broman2010-03-012-290/+42
| | | | svn path=/trunk/; revision=32058
* Try to remove unused code warnings, update HNBAP to 9.0.0.Anders Broman2010-02-2810-54/+154
| | | | svn path=/trunk/; revision=32057
* Sort the geoip_db_ routines, add geoip_db_type(), remove extraGuy Harris2010-02-281-2/+2
| | | | | | geoip_db_get_paths(). svn path=/trunk/; revision=32056
* From Didier Gautheron:Anders Broman2010-02-281-1/+31
| | | | | | | Right align and numerically sort geoip latitude and longitude info. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4030 svn path=/trunk/; revision=32054