aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-03-05convert another hashtable for tcp into se_treesahlberg1-11/+6
2006-03-05Add in a variable we need on Windows.guy1-0/+3
2006-03-05In the capture_loop.c code, open the capture device for input beforeguy2-14/+14
2006-03-05initial implementation of binary tree support with se allocation scopesahlberg4-11/+372
2006-03-05Make some routines not used outside capture_loop.c static.guy2-9/+2
2006-03-05Pass two strings in capture child messages, so the child can sendguy8-221/+358
2006-03-05wrong name.lego1-1/+1
2006-03-05+ retap_packets()lego1-0/+7
2006-03-05+ retap_packets()lego5-32/+62
2006-03-04When capturing, we only support writing to libpcap files. Given that,guy8-137/+375
2006-03-04From Ming Zhang:etxrab1-31/+92
2006-03-04From Florent Drouin:etxrab1-1/+1
2006-03-04Fix bug 786etxrab1-8/+14
2006-03-03Use intptr_t for int-to-pointer conversions.gerald1-4/+6
2006-03-03Clean up white space.guy1-149/+151
2006-03-03Squelch a compiler warning.guy1-1/+1
2006-03-03ethereal-tut.mgp has a few problems:jake1-710/+0
2006-03-02- make them work as the got broken while docommenting them.lego2-3/+3
2006-03-02The attached patch adds support for LAPD frames captured using vISDN thru etxrab1-14/+59
2006-03-02from Daniele Orlandi:etxrab4-1/+22
2006-03-02From Daniele Orlandi:etxrab3-1/+149
2006-03-02Make 3gpp AVP:s Vendor specificetxrab1-42/+42
2006-03-02Correct some AVP typesetxrab1-2/+2
2006-03-02From Ming Zhangsahlberg1-6/+168
2006-03-02From Greg Morris:etxrab5-7/+104
2006-03-02Fix for bug 783 from Didier Gautheronjake1-1/+1
2006-03-02In order to reduce the height of the Preference dialog moving several items f...jake2-137/+266
2006-03-02 make the tcp_acked struct a pointer from the tcpd struct since we might need...sahlberg3-77/+100
2006-03-02- remove some warnings from the windows compilelego3-28/+51
2006-03-02I don't see any reason why we should only have to look for a hosts file in th...ulfl1-0/+9
2006-03-01Add Lua support by default for Win32. Fix some compilation problems.gerald7-22/+48
2006-03-01From Camilo Viecco:jake1-37/+193
2006-03-01A "-b" argument must have a : in it, as it has to specify a criterionguy1-1/+1
2006-03-01Clean up indentation a bit.guy3-10/+118
2006-03-01Reject attempts to use packet capture options when we're reading a savedguy1-32/+78
2006-03-01Use "tvb_format_string()" on strings extracted from the packet.guy1-32/+21
2006-03-01Replace commenting-out of code with "#if 0"/#endif" - it's a bit saferguy2-15/+21
2006-03-01Constify some items, and make one item static, so we don't initializeguy1-2/+2
2006-03-01The sequence and ack numbers in a TCP are guint32's, which means theyguy1-35/+35
2006-03-01"help()" really just prints a usage message; it's not a full-blown helpguy1-26/+27
2006-02-28Fix for bug 762: implementing Off/On duration presentation in 10ms unitsjake1-11/+26
2006-02-28From Martin Mathieson:etxrab1-1/+9
2006-02-28Bugfix: Dissect BAT ASE Signal IE properly.etxrab1-9/+2
2006-02-28From Peter Johansson:etxrab1-1/+1
2006-02-28mark a few generated fields as generated using PROTO_ITEM_SET_GENERATEDsahlberg1-14/+43
2006-02-28add new dissect_ber_integer64() that can handle 8,16,24,32 and 64bit integ...sahlberg4-55/+57
2006-02-27Add guard pages to emem.c. GP memory is protected using mprotect()gerald2-19/+93
2006-02-27Add an entry for the UMA dissector.gerald1-0/+8
2006-02-27Properly terminate a value string. Fixes a current Buildbot complaint.gerald1-1/+2
2006-02-27Solving minor annoyances.jake1-2/+2