aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier6-18/+50
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24185 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Decode som MBMS elements.etxrab2-16/+159
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24184 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Change "Found no match" to "No match found"wmeier1-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24183 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Warn if we find %ll in the sourcemorriss1-0/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24182 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gmorriss6-19/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24181 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig4-15/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24180 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.stig5-14/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24179 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Removed C++ style comment.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24178 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Add check for non-ASCII characters (defined, for now, as any whose value is ↵morriss1-0/+6
> 0x80) anywhere in the source files (as per discussion on -dev). Amazingly, this does not appear to slow the tool down too much. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24177 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Replace a handful of tabs with spaces.martinm1-30/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24176 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Always return a valid profile name from get_profile_name().stig5-14/+16
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24175 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24One of fixes in SVN #24173 incomplete; Undo it for nowwmeier1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24174 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Fix two very minor memory leakswmeier1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24173 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-24Arrange things so that if '-o "capture.auto_scroll: FALSE"' is passed togerald1-4/+6
Wireshark on the command line, auto-scroll is actually disabled. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24172 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Get rid of non-ASCII characters.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24171 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Get rid of non-ASCII characters.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24170 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Get rid of non-ASCII characters.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24169 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Fix a minor memory leak; Remove some unused variableswmeier1-9/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24168 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Fix minor memory leakwmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24167 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-23Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS gerald3-9/+17
where it is using "!addplugindir". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24166 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22From Bill Florac:jake1-1/+1
Patch in revision 24163 is missing same fix needed for "case SRVREG", at line 1156. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24165 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a ↵morriss1-11/+8
(guessed) upper-size limit on the heuristics and take out a check that the tvb length matches the protocol length--that would essentially disable TCP reassembly of this protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24164 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22From Bill Florac:jake1-3/+52
The displaying of attribute-lists in an "Attribute Reply" (ATTRRPLY) seems to be written to display some special non-conforming attributes. Conforming attributes are either displayed wrong or not displayed at all. When displaying an attributes-list in a "Service Registration" (SRVREG), the attribute list is only displayed as a single string (and usually truncated). While this is not wrong, it should be broken up into the comma separated attributes as "Attribute Requests" tries to do. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24163 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22From Bill Florac:jake1-1/+3
When dissecting any message containing a "transport layer address", if the address was NULL (which is valid), the offset pointer was not incremented by 1 and the remaining fields would not be dissected correctly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24162 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22Clean up indentation.guy1-72/+68
Move some comments to make it a bit clearer what each branch of the if handles. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24161 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22Add another vendor idjmayer1-0/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24160 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lensfisher1-1/+1
(although they are the same value right now) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24159 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-22When using -T fields, print a "1" instead of nothing when a field of type ↵sake1-1/+3
FT_NONE is present. This way, scripts can check for the presence of this type of fields. (fixes bug 2210) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24158 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Add description of the new option for configuration profile (-C).stig2-0/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24157 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Added entry for configuration profiles, and updated the statusbarstig1-4/+9
description. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24156 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Update Preferences dialog description.jake1-12/+64
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24155 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21From Douglas Pratley (bug 1445):stig2-5/+350
Add a "subnets" file defining a named list of subnets. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24154 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000etxrab1-17/+52
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24153 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Fix for bug 1920:jake1-1/+4
Avoid double free, causing crash, and stop memory leak via normal code path. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24152 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"etxrab1-1/+1
to 0.0.8.241.0.0.0.0. This time with the updated packet-h245.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24151 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"etxrab2-85/+81
to 0.0.8.241.0.0.0.0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24150 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-21as we have BSWAP64() now, at least read 64bit section_length (but currently ↵ulfl1-3/+6
unused) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24149 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Fix typo in help textwmeier1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24148 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Upate another VC++ 2005 EE link.gerald1-34/+34
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24147 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Fixed a </para> placement.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24146 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Fixed crash when save IO Graphs (bug 2126).stig2-3/+4
The problem was that configure_event() is called each time the window size changes, and each time the pixmap buffer is recreated and a new signal added to the save button. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24145 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Document the copy button in conversations, endpoints and iographs.stig2-14/+29
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24144 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Added "copy as CSV" button to IO Graphs.stig1-32/+100
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24143 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-20Introduce BSWAP64() and use it in the pcapng codesfisher2-5/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24142 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19Make it compile on Win32 ;-)ulfl1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24141 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19Make it compile on OSX.stig1-4/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24140 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19various enhancements:ulfl1-156/+436
- read simple packet block - read various options - jump over unknown block types - more sanity checks git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24139 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19From Olivier Montanuy (bug 2198):stig2-21/+31
Fix the bug related to Option template: - System scope (check that options scope size is == 4, not <= 4) - Interface scope (same) Same fix for fields BytesExported PacketsExported FlowsExported. Also fix some tabulations in a previous patch related to IPv6 Addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24138 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19Cleanup the whitespace.jake1-205/+200
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24137 f5534014-38df-0310-8fa8-9805f1628bb7
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and stig6-48/+44
made some cleanups in profile_dlg. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24136 f5534014-38df-0310-8fa8-9805f1628bb7