aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use strtok_s on windows and strtok_r otherwise.Anders Broman2010-03-071-0/+4
* [Automatic manuf and enterprise-numbers update for 2010-03-07]Gerald Combs2010-03-072-9/+256
* Make tap-diameter-avp.c compile on windows.Anders Broman2010-03-072-1/+2
* Fix another crashing problem.Martin Mathieson2010-03-071-1/+6
* From Andrej Kuehnal:Anders Broman2010-03-066-3/+297
* From Alex Lindberg:Anders Broman2010-03-061-2/+4
* From Pascal Quantin:Anders Broman2010-03-062-13/+24
* Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke2010-03-061-0/+2
* Add hidden roots for each mode (i.e. rlc-lte.tm, rlc-lte.um, rlc-lte.am).Martin Mathieson2010-03-061-9/+43
* From Francesco Fondelli:Jaap Keuter2010-03-062-16/+239
* Decoding support for GPRS Session Management 'Activate MBMSGerasimos Dimitriadis2010-03-062-2/+193
* Fix for bug 4551.Jaap Keuter2010-03-052-5/+43
* From LEGO via bug 2309:Stig Bjørlykke2010-03-051-2/+7
* From Alex Lindberg:Anders Broman2010-03-051-13/+38
* Check if URI is SIP.Anders Broman2010-03-051-0/+19
* Add comments and move some things inside if(tree).Anders Broman2010-03-051-122/+124
* Add three more ICMPv6 type that only have a code of 0Jörg Mayer2010-03-041-0/+3
* Copy over the introduction of Makefile.common changeJörg Mayer2010-03-042-398/+532
* Try to fix build errors.Gerald Combs2010-03-042-2/+2
* Report accurate NACK count in stats (although not all values stored in array ...Martin Mathieson2010-03-041-10/+14
* Use a hash table to lookup the SIP header.Anders Broman2010-03-041-71/+92
* Check that we haven't gone over MAX_NACKs!Martin Mathieson2010-03-041-5/+11
* From Ivan Sy via bug 4555:Stig Bjørlykke2010-03-041-0/+4
* from Luis Ontanon:Anders Broman2010-03-042-11/+57
* From LEGO via bug 3459:Stig Bjørlykke2010-03-0418-11/+61
* Squelch some compiler warnings.Guy Harris2010-03-042-13/+14
* "capture-pcap-util.h" include <pcap.h>, and <pcap.h>, for better orGuy Harris2010-03-043-5/+2
* From Mark Wallis:Anders Broman2010-03-043-58/+274
* From Mark Wallis:Anders Broman2010-03-043-55/+213
* Include inet_pton.obj when building TShark, as we now need it.Guy Harris2010-03-041-2/+2
* Include "capture_ifinfo.h" to get declarations we require.Guy Harris2010-03-041-0/+1
* It uses isdigit(), so it requires <ctype.h>.Guy Harris2010-03-041-0/+1
* In Wireshark and TShark, run dumpcap to get interface lists and lists ofGuy Harris2010-03-0419-368/+511
* Implementation of % bytes column.Jaap Keuter2010-03-031-54/+74
* Cast the result of the subtraction.Guy Harris2010-03-031-2/+2
* Squelch MSVC compiler warnings - this should really be done better, e.g.Guy Harris2010-03-031-2/+2
* Remove one too many columns, causing havoc on display and sorting.Jaap Keuter2010-03-031-1/+0
* Allow for other time presentations.Jaap Keuter2010-03-033-88/+90
* Make the clean target work.Anders Broman2010-03-032-0/+34
* Add oids_cleanup and oids_init to libwireshark.def to make it compile.Anders Broman2010-03-031-0/+2
* Disable OID resolution and loading SMI modules by default.Balint Reczey2010-03-036-10/+127
* Fix crash where was overwriting buffer for large PDUs when tracking retxs.Martin Mathieson2010-03-031-6/+10
* Set the link dir for DCCH_Messages.Anders Broman2010-03-032-37/+10
* Fix a gcc -Wshadow warning.Bill Meier2010-03-031-2/+0
* Fix a test.Martin Mathieson2010-03-031-2/+2
* Fix re-NACk detection by updating channel *after* have compared with tap_info!Martin Mathieson2010-03-031-19/+11
* Changed to use g_str_hash ()Anders Broman2010-03-031-3/+9
* remove check_colAnders Broman2010-03-0316-202/+131
* Its convenient to be able to filter on mac-lte.ulsch or mac-lte.dlsch.Martin Mathieson2010-03-031-0/+25
* topic_menu_cb() used as callback returning gboolean. Thus make it so.Jaap Keuter2010-03-022-9/+9