Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In Wireshark and TShark, run dumpcap to get interface lists and lists of | Guy Harris | 2010-03-04 | 19 | -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 Keuter | 2010-03-03 | 1 | -54/+74 |
| | | | | | | Cleanup of souce code. svn path=/trunk/; revision=32103 | ||||
* | Cast the result of the subtraction. | Guy Harris | 2010-03-03 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=32102 | ||||
* | Squelch MSVC compiler warnings - this should really be done better, e.g. | Guy Harris | 2010-03-03 | 1 | -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 Keuter | 2010-03-03 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=32100 | ||||
* | Allow for other time presentations. | Jaap Keuter | 2010-03-03 | 3 | -88/+90 |
| | | | | svn path=/trunk/; revision=32099 | ||||
* | Make the clean target work. | Anders Broman | 2010-03-03 | 2 | -0/+34 |
| | | | | svn path=/trunk/; revision=32098 | ||||
* | Add oids_cleanup and oids_init to libwireshark.def to make it compile. | Anders Broman | 2010-03-03 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=32097 | ||||
* | Disable OID resolution and loading SMI modules by default. | Balint Reczey | 2010-03-03 | 6 | -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 Mathieson | 2010-03-03 | 1 | -6/+10 |
| | | | | svn path=/trunk/; revision=32095 | ||||
* | Set the link dir for DCCH_Messages. | Anders Broman | 2010-03-03 | 2 | -37/+10 |
| | | | | svn path=/trunk/; revision=32094 | ||||
* | Fix a gcc -Wshadow warning. | Bill Meier | 2010-03-03 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=32093 | ||||
* | Fix a test. | Martin Mathieson | 2010-03-03 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=32092 | ||||
* | Fix re-NACk detection by updating channel *after* have compared with tap_info! | Martin Mathieson | 2010-03-03 | 1 | -19/+11 |
| | | | | svn path=/trunk/; revision=32091 | ||||
* | Changed to use g_str_hash () | Anders Broman | 2010-03-03 | 1 | -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_col | Anders Broman | 2010-03-03 | 16 | -202/+131 |
| | | | | svn path=/trunk/; revision=32089 | ||||
* | Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch. | Martin Mathieson | 2010-03-03 | 1 | -0/+25 |
| | | | | svn path=/trunk/; revision=32088 | ||||
* | topic_menu_cb() used as callback returning gboolean. Thus make it so. | Jaap Keuter | 2010-03-02 | 2 | -9/+9 |
| | | | | svn path=/trunk/; revision=32087 | ||||
* | When looking at time differences between frames, round to nearest number of ms. | Martin Mathieson | 2010-03-02 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=32086 | ||||
* | Add 'repeated-NACK' analysis. | Martin Mathieson | 2010-03-02 | 1 | -16/+201 |
| | | | | | | This is a common symptom of serious problems. svn path=/trunk/; revision=32085 | ||||
* | remove check_col | Anders Broman | 2010-03-02 | 1 | -42/+21 |
| | | | | svn path=/trunk/; revision=32084 | ||||
* | Update to 9.0.0 | Anders Broman | 2010-03-02 | 8 | -9/+55 |
| | | | | svn path=/trunk/; revision=32083 | ||||
* | From Hitoshi Irino: | Anders Broman | 2010-03-02 | 1 | -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 Broman | 2010-03-02 | 2 | -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 Harris | 2010-03-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=32080 | ||||
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 1 | -24/+24 |
| | | | | svn path=/trunk/; revision=32079 | ||||
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 2 | -17/+17 |
| | | | | svn path=/trunk/; revision=32078 | ||||
* | Squelch some compiler warnings. | Guy Harris | 2010-03-02 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=32077 | ||||
* | Squelch some compiler warnings, clean up indentation, clean up a | Guy Harris | 2010-03-02 | 4 | -25/+27 |
| | | | | | | comment. svn path=/trunk/; revision=32076 | ||||
* | Re-order file, and give some types/vars more specific names. | Martin Mathieson | 2010-03-01 | 1 | -99/+97 |
| | | | | svn path=/trunk/; revision=32075 | ||||
* | Squelch some compiler warnings. | Guy Harris | 2010-03-01 | 3 | -11/+11 |
| | | | | svn path=/trunk/; revision=32074 | ||||
* | Use RLC inside MAC frames by default. | Martin Mathieson | 2010-03-01 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=32073 | ||||
* | "Unit tests" is two words (at least in English). | Guy Harris | 2010-03-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=32072 | ||||
* | Improve RLC AM sequence analysis by taking MAC retx into account. | Martin Mathieson | 2010-03-01 | 3 | -29/+96 |
| | | | | svn path=/trunk/; revision=32071 | ||||
* | Make it look a little like some other Makefile.common files, and get rid | Guy Harris | 2010-03-01 | 1 | -9/+6 |
| | | | | | | of duplicate EXTRA_CNF. svn path=/trunk/; revision=32070 | ||||
* | From LEGO via bug 4395: | Stig Bjørlykke | 2010-03-01 | 1 | -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ørlykke | 2010-03-01 | 1 | -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, and | Guy Harris | 2010-03-01 | 1 | -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.sms | Anders Broman | 2010-03-01 | 1 | -0/+6 |
| | | | | | | (Untested). svn path=/trunk/; revision=32066 | ||||
* | from Colin O'Flynn: | Anders Broman | 2010-03-01 | 1 | -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 Broman | 2010-03-01 | 2 | -108/+88 |
| | | | | svn path=/trunk/; revision=32064 | ||||
* | Try to get rid of unused code warnings. | Anders Broman | 2010-03-01 | 2 | -176/+90 |
| | | | | svn path=/trunk/; revision=32063 | ||||
* | Try to get rid of unused code warnings. | Anders Broman | 2010-03-01 | 2 | -19/+1 |
| | | | | svn path=/trunk/; revision=32062 | ||||
* | Try to get rid of unused code warnings. | Anders Broman | 2010-03-01 | 5 | -145/+45 |
| | | | | svn path=/trunk/; revision=32061 | ||||
* | Dissect error code. | Anders Broman | 2010-03-01 | 13 | -88/+444 |
| | | | | svn path=/trunk/; revision=32060 | ||||
* | Add packet-HI2Operations.c | Kovarththanan Rajaratnam | 2010-03-01 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=32059 | ||||
* | Add the missing .cnf file and try to fix unused code warnings. | Anders Broman | 2010-03-01 | 2 | -290/+42 |
| | | | | svn path=/trunk/; revision=32058 | ||||
* | Try to remove unused code warnings, update HNBAP to 9.0.0. | Anders Broman | 2010-02-28 | 10 | -54/+154 |
| | | | | svn path=/trunk/; revision=32057 | ||||
* | Sort the geoip_db_ routines, add geoip_db_type(), remove extra | Guy Harris | 2010-02-28 | 1 | -2/+2 |
| | | | | | | geoip_db_get_paths(). svn path=/trunk/; revision=32056 | ||||
* | From Didier Gautheron: | Anders Broman | 2010-02-28 | 1 | -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 |