aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24Warn if we find %ll in the sourceJeff Morriss1-0/+7
svn path=/trunk/; revision=24182
2008-01-24s/%ll/%" G_GINT64_MODIFIER "/gJeff Morriss6-19/+19
svn path=/trunk/; revision=24181
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke4-15/+15
svn path=/trunk/; revision=24180
2008-01-24Fixed some malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke5-14/+14
svn path=/trunk/; revision=24179
2008-01-24Removed C++ style comment.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24178
2008-01-24Add check for non-ASCII characters (defined, for now, as any whose value is ↵Jeff 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. svn path=/trunk/; revision=24177
2008-01-24Replace a handful of tabs with spaces.Martin Mathieson1-30/+30
svn path=/trunk/; revision=24176
2008-01-24Always return a valid profile name from get_profile_name().Stig Bjørlykke5-14/+16
svn path=/trunk/; revision=24175
2008-01-24One of fixes in SVN #24173 incomplete; Undo it for nowBill Meier1-1/+2
svn path=/trunk/; revision=24174
2008-01-24Fix two very minor memory leaksBill Meier1-0/+2
svn path=/trunk/; revision=24173
2008-01-24Arrange things so that if '-o "capture.auto_scroll: FALSE"' is passed toGerald Combs1-4/+6
Wireshark on the command line, auto-scroll is actually disabled. svn path=/trunk/; revision=24172
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
svn path=/trunk/; revision=24171
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
svn path=/trunk/; revision=24170
2008-01-23Get rid of non-ASCII characters.Guy Harris1-1/+1
svn path=/trunk/; revision=24169
2008-01-23Fix a minor memory leak; Remove some unused variablesBill Meier1-9/+4
svn path=/trunk/; revision=24168
2008-01-23Fix minor memory leakBill Meier1-0/+1
svn path=/trunk/; revision=24167
2008-01-23Unpack FindProcDLL.dll into $(WIRESHARK_LIBS\nsis-plugins, and tell NSIS Gerald Combs3-9/+17
where it is using "!addplugindir". svn path=/trunk/; revision=24166
2008-01-22From Bill Florac:Jaap Keuter1-1/+1
Patch in revision 24163 is missing same fix needed for "case SRVREG", at line 1156. svn path=/trunk/; revision=24165
2008-01-22Don't update COL_INFO at all if not claiming the packet as CMPP. Add a ↵Jeff 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 svn path=/trunk/; revision=24164
2008-01-22From Bill Florac:Jaap Keuter1-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. svn path=/trunk/; revision=24163
2008-01-22From Bill Florac:Jaap Keuter1-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. svn path=/trunk/; revision=24162
2008-01-22Clean up indentation.Guy Harris1-72/+68
Move some comments to make it a bit clearer what each branch of the if handles. svn path=/trunk/; revision=24161
2008-01-22Add another vendor idJörg Mayer1-0/+5
svn path=/trunk/; revision=24160
2008-01-22Use WTAP_MAX_PACKET_SIZE in place of 65535 in sanity check for snap lenStephen Fisher1-1/+1
(although they are the same value right now) svn path=/trunk/; revision=24159
2008-01-22When using -T fields, print a "1" instead of nothing when a field of type ↵Sake Blok1-1/+3
FT_NONE is present. This way, scripts can check for the presence of this type of fields. (fixes bug 2210) svn path=/trunk/; revision=24158
2008-01-21Add description of the new option for configuration profile (-C).Stig Bjørlykke2-0/+10
svn path=/trunk/; revision=24157
2008-01-21Added entry for configuration profiles, and updated the statusbarStig Bjørlykke1-4/+9
description. svn path=/trunk/; revision=24156
2008-01-21Update Preferences dialog description.Jaap Keuter1-12/+64
svn path=/trunk/; revision=24155
2008-01-21From Douglas Pratley (bug 1445):Stig Bjørlykke2-5/+350
Add a "subnets" file defining a named list of subnets. svn path=/trunk/; revision=24154
2008-01-21Add a preferense to decode a dynamic payload type as H263-1998/H263-2000Anders Broman1-17/+52
svn path=/trunk/; revision=24153
2008-01-21Fix for bug 1920:Jaap Keuter1-1/+4
Avoid double free, causing crash, and stop memory leak via normal code path. svn path=/trunk/; revision=24152
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman1-1/+1
to 0.0.8.241.0.0.0.0. This time with the updated packet-h245.c svn path=/trunk/; revision=24151
2008-01-21Remove duplicated OID entries and add text "(single NAL unit mode)"Anders Broman2-85/+81
to 0.0.8.241.0.0.0.0. svn path=/trunk/; revision=24150
2008-01-21as we have BSWAP64() now, at least read 64bit section_length (but currently ↵Ulf Lamping1-3/+6
unused) svn path=/trunk/; revision=24149
2008-01-20Fix typo in help textBill Meier1-1/+1
svn path=/trunk/; revision=24148
2008-01-20Upate another VC++ 2005 EE link.Gerald Combs1-34/+34
svn path=/trunk/; revision=24147
2008-01-20Fixed a </para> placement.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24146
2008-01-20Fixed crash when save IO Graphs (bug 2126).Stig Bjørlykke2-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. svn path=/trunk/; revision=24145
2008-01-20Document the copy button in conversations, endpoints and iographs.Stig Bjørlykke2-14/+29
svn path=/trunk/; revision=24144
2008-01-20Added "copy as CSV" button to IO Graphs.Stig Bjørlykke1-32/+100
svn path=/trunk/; revision=24143
2008-01-20Introduce BSWAP64() and use it in the pcapng codeStephen Fisher2-5/+13
svn path=/trunk/; revision=24142
2008-01-19Make it compile on Win32 ;-)Ulf Lamping1-4/+4
svn path=/trunk/; revision=24141
2008-01-19Make it compile on OSX.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=24140
2008-01-19various enhancements:Ulf Lamping1-156/+436
- read simple packet block - read various options - jump over unknown block types - more sanity checks svn path=/trunk/; revision=24139
2008-01-19From Olivier Montanuy (bug 2198):Stig Bjørlykke2-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. svn path=/trunk/; revision=24138
2008-01-19Cleanup the whitespace.Jaap Keuter1-205/+200
svn path=/trunk/; revision=24137
2008-01-19Free allocated data in prefs_reset, removed need for uat_reload_all and Stig Bjørlykke6-48/+44
made some cleanups in profile_dlg. svn path=/trunk/; revision=24136
2008-01-18I can't find any reason to unselect the current package only when an entryStig Bjørlykke1-1/+1
in the packet details view is selected. I suppose unselecting the field is more correct. The previous behaviour lead to some strange errors: Select a packet and an entry in the packet details. Add a new column and change a protocol preference. Observe the selected package is unselected and packet 1 is selected, which I think is wrong. Do the same as above with one of the following exceptions: - without selecting an entry in the packet details. - without adding a new column. - without changing a protocol preference. Observe the selected package is still selected, which is correct. The correct behaviour here happens because of the cf_goto_frame call in redraw_hex_dump_all, which causes the field to be unselected before packet_list_set_sel_browse is called, and then the cf_unselect_package is never called. Maybe someone with a deeper knowledge should have a look at this... svn path=/trunk/; revision=24135
2008-01-18Added smi_modules_uat and smi_paths_uat to libwireshark.def.Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=24134
2008-01-18decode IDB options (if_tsaccur and if_fcslen)Ulf Lamping2-24/+134
svn path=/trunk/; revision=24133